This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

KawaPageServlet save class problem.


If saveClass is set, the code at line 202:
    if (saveClass)
      comp.outputClass(context.getRealPath("WEB-INF/classes")+'/');
throws a null pointer exception.  I think this is because the array
classes is null in cleanupAfterCompilation, which is called by
evalModule1 at line 183.  Can this problem be corrected by moving the
outputClass before this, or is there some class processing that
evalModule1 does which would prevent this.

Dan Stanger
Eaton Vance Management
Two International Place 
Boston, MA 02110
Mobile: 617 646 9682
Office: 617 672 8261


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]