RE: Upgrade to JDK1.4 -- unable to compile JSPs

2002-03-07 Thread Randy Layman
Double (and triple check) that you are really running Tomcat with JDK 1.4. This error message is only generated by older JVMs when presented with newer JAR files (i.e. a 1.3 JVM trying to read a 1.4 JAR file). Randy -Original Message- From: Scott Shorter

RE: Upgrade to JDK1.4 -- unable to compile JSPs

2002-03-07 Thread Scott Shorter
Okay, I look again and find information, but it doesn't seem to be enough to fix the problem. Just to follow up: I did set my JAVA_HOME to the new location. I did delete all of my tomcat work directories. Those were the only items I saw recommended as solutions in the archives, but they

Re: Upgrade to JDK1.4 -- unable to compile JSPs

2002-03-07 Thread D. Jay Newman
If you are using Windows, I would suggest that you totally delete the Java that came with Windows using the Add/Remove Programs from the Control Panel. I've had similar problems before with mixed Java setups. I hope this helps. Okay, I look again and find information, but it doesn't seem to

RE: Upgrade to JDK1.4 -- unable to compile JSPs

2002-03-07 Thread Scott Shorter
: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 8:42 AM To: 'Tomcat Users List' Subject: RE: Upgrade to JDK1.4 -- unable to compile JSPs Double (and triple check) that you are really running Tomcat with JDK 1.4. This error message is only generated by older

RE: Upgrade to JDK1.4 -- unable to compile JSPs

2002-03-07 Thread Randy Layman
[mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 9:27 AM To: 'Tomcat Users List' Subject: RE: Upgrade to JDK1.4 -- unable to compile JSPs Okay, I look again and find information, but it doesn't seem to be enough to fix the problem. Just to follow up: I did set my JAVA_HOME

RE: Upgrade to JDK1.4 -- unable to compile JSPs

2002-03-07 Thread Randy Layman
Users List' Subject: RE: Upgrade to JDK1.4 -- unable to compile JSPs Randy and Ralph, Thanks for you quick replies. I've quadruple checked - I deleted all JDKs and JVMs on my machine except for the one I just installed. The problem remains, unmodified. Is it possible that some of my jar

RE: Upgrade to JDK1.4 -- unable to compile JSPs

2002-03-07 Thread Jarecsni János
java.exe %JAVA_HOME%\bin\java blahblah... hope this helps Janos |-Original Message- |From: Scott Shorter [mailto:[EMAIL PROTECTED]] |Sent: Thursday, March 07, 2002 3:36 PM |To: 'Tomcat Users List' |Subject: RE: Upgrade to JDK1.4 -- unable to compile JSPs | | |Randy and Ralph, | |Thanks

Re: Upgrade to JDK1.4 -- unable to compile JSPs

2002-03-07 Thread Attila Szegedi
- |From: Scott Shorter [mailto:[EMAIL PROTECTED]] |Sent: Thursday, March 07, 2002 3:36 PM |To: 'Tomcat Users List' |Subject: RE: Upgrade to JDK1.4 -- unable to compile JSPs | | |Randy and Ralph, | |Thanks for you quick replies. | |I've quadruple checked - I deleted all JDKs and JVMs on my

RE: Upgrade to JDK1.4 -- unable to compile JSPs

2002-03-07 Thread Martin van den Bemt
it doesn't indeed, because if you that you would be breaking license rules. Mvgr, Martin -Original Message- From: Attila Szegedi [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 07, 2002 16:01 To: Tomcat Users List Subject: Re: Upgrade to JDK1.4 -- unable to compile JSPs

RE: Upgrade to JDK1.4 -- unable to compile JSPs

2002-03-07 Thread Jarecsni János
: http://www.szegedi.org | | | |-Original Message- | |From: Scott Shorter [mailto:[EMAIL PROTECTED]] | |Sent: Thursday, March 07, 2002 3:36 PM | |To: 'Tomcat Users List' | |Subject: RE: Upgrade to JDK1.4 -- unable to compile JSPs | | | | | |Randy and Ralph, | | | |Thanks for you quick replies

Re: Upgrade to JDK1.4 -- unable to compile JSPs

2002-03-07 Thread David Smith
, 2002 9:36 AM To: 'Tomcat Users List' Subject: RE: Upgrade to JDK1.4 -- unable to compile JSPs Randy and Ralph, Thanks for you quick replies. I've quadruple checked - I deleted all JDKs and JVMs on my machine except for the one I just installed. The problem remains, unmodified

Re: Upgrade to JDK1.4 -- unable to compile JSPs

2002-03-07 Thread Attila Szegedi
). Again, maybe I have false memories... Attila. -- Attila Szegedi home: http://www.szegedi.org - Original Message - From: Martin van den Bemt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: 2002. március 7. 15:59 Subject: RE: Upgrade to JDK1.4 -- unable to compile JSPs

RE: Upgrade to JDK1.4 -- unable to compile JSPs

2002-03-07 Thread Scott Shorter
I believe that your problem might stem from a problem in the catalina.bat file. I actually kick off Tomcat from an ant target: target name=start java jar=${catalina.home}/bin/bootstrap.jar dir=${catalina.home} fork=true arg value=start/ /java /target

RE: Upgrade to JDK1.4 -- unable to compile JSPs

2002-03-07 Thread Scott Shorter
10:13 AM To: Tomcat Users List Subject: Re: Upgrade to JDK1.4 -- unable to compile JSPs To be more precise, I was thinking about the inclusion of the tools.jar in Tomcat 4 - AFAIK Sun has loosened the licensing for redistribution of tools.jar for the very reason of its inclusion