Hi,
I am using Tomcat 5.0.28 on Java 1.4.2. Now I have to use Tomcat with
Java 5.0. Even though Tomcat 5.5.X is compatible with Java 5,
I wanted Tomcat 5.0.28 on Java 5. So I wanted to Know whether Tomcat
5.0.28 is compatible with Java 5. If it is not compatible then any idea as
to
what will be t
Hi,
I am using Tomcat 5.0.28 with Java 1.4.2. Now I have to use the Tomcat with
Java 5.0. Even though Tomcat 5.5.X is Java 5 compatible with Java 5,
I wanted Tomcat 5.0.28 on Java 5. So I wanted to Know whether Tomcat
5.0.28 is compatible with Java 5.
Thanks
satish
can run Tomcat 5.0.28 on JSE 5 without any further work.
> In order to compile it on JSE 5 you need to replace the variables
> named enum with something that's not a keyword.
>
> Yoav
>
> On 12/6/05, Satish MG <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> >
Hi,
I ran the Java Harness Test with Tomcat 5.0.28 compiled with Java 5 and
executed on Java 1.4.2.
For one of the test cases,
com/sun/ts/tests/jsp/spec/core_syntax/scripting/el/URLClient.java#elNumberCoercionTest
I got the folowing error message -
ERROR: Exception at: ERROR:
com.sun.ts.tests.c
Hi ,
We are porting TC5.0 to Java 5. We have a requirement as to TC5.0 has to run
with
both Java 1.4 and Java 5. While porting we found that
jakarta-tomcat-5.0.28-src\jakarta-tomcat-connectors\util\build.xml
has -target=1.1 option. javac of Java 5 does not allow -target 1.1 . So if
someone can let