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

2002-03-07 Thread Scott Shorter
March 07, 2002 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 too

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: > First, from a command prompt, type > java -fullversion > and I believe that you will see a response indicating JVM 1.3 > or b

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

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

2002-03-07 Thread David Smith
[EMAIL PROTECTED]] > > Sent: Thursday, March 07, 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'

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

2002-03-07 Thread Jarecsni János
t |Subject: Re: Upgrade to JDK1.4 --> unable to compile JSPs | | |Correct me if I'm wrong, but doesn't Tomcat 4 distribution come |with bundled |javac? |I'd expect JSP compiler uses the bundled (presumably 1.3) javac and no |tweaking of your classpath will help... | |Just my 2c |A

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 -->

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

2002-03-07 Thread Attila Szegedi
--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 repli

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 | | |Ra

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

2002-03-07 Thread Randy Layman
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 install

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

2002-03-07 Thread Randy Layman
ott Shorter [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 pr

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

2002-03-07 Thread Scott Shorter
- > From: 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 wit

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
they didn't do the trick. Thanks in advance, Scott > -Original Message- > From: Scott Shorter [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 07, 2002 9:12 AM > To: 'Tomcat Users List' > Subject: Upgrade to JDK1.4 --> unable to compile JSPs > >

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

2002-03-07 Thread Randy Layman
mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 07, 2002 9:12 AM > To: 'Tomcat Users List' > Subject: Upgrade to JDK1.4 --> unable to compile JSPs > > > Hi all, > > I've browsed the archives and found people asking this question, but > couldn'

AW: Upgrade to JDK1.4 --> unable to compile JSPs

2002-03-07 Thread Ralph Einfeldt
> Von: Scott Shorter [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 7. März 2002 15:12 > An: 'Tomcat Users List' > Betreff: Upgrade to JDK1.4 --> unable to compile JSPs > org.apache.jasper.JasperException: Unable to compile class > for JSPerror: > Invalid class f

Upgrade to JDK1.4 --> unable to compile JSPs

2002-03-07 Thread Scott Shorter
Hi all, I've browsed the archives and found people asking this question, but couldn't find any answers to it, so here goes... Platform: Win2K + Cygwin Tomcat: 4.0.1 I upgraded to JDK1.4 in order to take advantage of the java.util.regex package (yay, no reason to use perl again!). Everything wa