[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Wierd compile problem
Using Redhat Linux 6.1 and JDK 117_v3, JSP works
great. When I reconfigure everything to use JDK 1.2
pre-v2, some .jsp files won't compile. In fact, if I take
a basic JSP file named demo.jsp (which works OK under
JDK1.2) and copy it to test.jsp, I receive the following error
in Netscape when trying to load it:
Error compiling source file: file:/home/www/wrox/test.jsp/
sun.tools.javac.Main
These are the same exact files, only the names have been
changed. Also, I set all of my Netscape caches to 0,
and removed all the files in the scratchdir. What's really
odd is that the .java files which were in my scratchdir compile
OK when compiling on the command line. Any ideas?
-Thanks