Daniel Gresh wrote:
Daniel Gresh wrote:
APliszka-Public wrote:
Google for "compilerSourceVM", and you should find examples of
enabling 1.5.
Andrew Pliszka
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscri
Daniel Gresh wrote:
APliszka-Public wrote:
Google for "compilerSourceVM", and you should find examples of
enabling 1.5.
Andrew Pliszka
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PR
APliszka-Public wrote:
Google for "compilerSourceVM", and you should find examples of
enabling 1.5.
Andrew Pliszka
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addition
might require updated jar files for the servlets and jsps?
-Original Message-
From: Daniel Gresh [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 15, 2007 1:34 PM
To: Tomcat Users List
Subject: Tomcat 5.5.9 on Sun Solaris: JSP compilation error
Hi list,
Recently I upgraded Tomcat
r version of Tomcat 5.5.x and get a version of
the Eclipse JDT compiler that does support Java 5.0.
Cheers,
Larry
> -Original Message-
> From: Daniel Gresh [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 15, 2007 2:52 PM
> To: Tomcat Users List
> Subject: Re: Tomcat 5.5
Google for "compilerSourceVM", and you should find examples of enabling 1.5.
Andrew Pliszka
Daniel Gresh wrote:
APliszka-Public wrote:
Try using code that is not 1.5 specific [like for(String x: s)] if it
is going to work then your pages are compiled as Java 1.4 source
code, you will have c
APliszka-Public wrote:
Try using code that is not 1.5 specific [like for(String x: s)] if it
is going to work then your pages are compiled as Java 1.4 source code,
you will have change tomcat config to so jsp compiler is compailing
Java 1.5 source.
Andrew Pliszka
Daniel Gresh wrote:
Hi lis
Try using code that is not 1.5 specific [like for(String x: s)] if it is
going to work then your pages are compiled as Java 1.4 source code, you
will have change tomcat config to so jsp compiler is compailing Java 1.5
source.
Andrew Pliszka
Daniel Gresh wrote:
Hi list,
Recently I upgraded
Hi list,
Recently I upgraded Tomcat from 4.0.5 to 5.5.9, due to some unusual
problems I was experiencing with Tomcat 4.0.5. I was getting some Java
compilation errors when I used JDK1.5 features, and neither I nor the
two who replied to my message could figure out why. Upgrading was
suggested