« Error when installing Dreamweaver 8: The InstallScript engine is missing from this machine. If available, please run ISScript.msi | Main | Creating relative hyperlinks for Breeze presentations published locally »

February 8, 2006

Precompiled JSP files for deployment in JRun 4

(TechNote) In JRun 4, when you compile a JSP using the JSPC off-line compiler, three different types of files are generated, .class, .ct, and .dep files.

If you try to deploy only the .class file, without the .ct and .dep files for the JSP, the following error will be thrown:

java.lang.NoClassDefFoundError
at jrun.jsp.runtime.ConstantTable.load(ConstantTable.java:51)

Posted by dmorris at February 8, 2006 6:34 AM

Related Entries