E
Else Lervik
Hi,
Anyone who has tried Tomcat web-server with jdk 1.5?
I want to use 1.5 constructions in my JSP's, but where should I put the compiler option "-source 1.5"?
I've tried to expand the _RUNJAVAC environment variable in the setclasspath.bat file, but the server seems to ignore it: set _RUNJAVAC="%JAVA_HOME%\bin\javac -source 1.5"
I've tried Tomcat versions 4.7x and 5.0.
If I compile the generated servlet in the ordinary way, it works fine, but, of course, I would like to get the servlets compiled automatically.
Else.
Anyone who has tried Tomcat web-server with jdk 1.5?
I want to use 1.5 constructions in my JSP's, but where should I put the compiler option "-source 1.5"?
I've tried to expand the _RUNJAVAC environment variable in the setclasspath.bat file, but the server seems to ignore it: set _RUNJAVAC="%JAVA_HOME%\bin\javac -source 1.5"
I've tried Tomcat versions 4.7x and 5.0.
If I compile the generated servlet in the ordinary way, it works fine, but, of course, I would like to get the servlets compiled automatically.
Else.