R: No Java compiler was found to compile the generated source for the JSP

2004-07-15 Thread Simone - Dev
Yeah.. maybe this can be listed as bug :-) Simone - Simone Chiaretta http://www.piyosailing.com/S www.piyosailing.com/S Any sufficiently advanced technology is indistinguishable from magic Life is short, play hard -Messaggio originale- Da: Abner Conrado

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-13 Thread Endre Stølsvik
On Mon, 12 Jul 2004, Simone-dev wrote: | I remember in tomcat 5.0.18 there was a java Home property, but now I've | just a Java Virtual machine | originally it was set to C:\Program | Files\Java\j2re1.4.2_05\bin\client\jvm.dll (and didn't worked) | then I changed it to

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-13 Thread Simone-dev
Thank you I just reinstalled tomcat and now it works maybe on windows there are some strange registry key to be set if you set the JAVA_HOME env variable after the installation. But don't know which one Simone Endre Stølsvik wrote: On Mon, 12 Jul 2004, Simone-dev wrote: | I remember in tomcat

No Java compiler was found to compile the generated source for the JSP

2004-07-12 Thread Simone-dev
Hello all, I just installed Apache Tomcat/5.0.25 on my newly installed developing workstation on Windows I've installed SDK 1.4.2_05, too... But when I try to run a JSP to compiled I get the error org.apache.jasper.JasperException: Unable to compile class for JSP No Java compiler was found to

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-12 Thread Ben Souther
Test your JAVA_HOME environment variable. Open a command prompt and type: %JAVA_HOME%\bin\javac If you see: No File Or Program Found. you didn't set it right. On Monday 12 July 2004 08:44 am, Simone-dev wrote: Hello all, I just installed Apache Tomcat/5.0.25 on my newly installed

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-12 Thread Mike Fowler
Simone- Have you tried copying the tools.jar into common/lib ? -Mike Fowler I could be a genius if I just put my mind to it, and I, I could do anything, if only I could get 'round to it Simone-dev wrote: Hello all, I just installed Apache Tomcat/5.0.25 on my newly installed developing

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-12 Thread Simone-dev
And what if it works ? Simone Ben Souther wrote: Test your JAVA_HOME environment variable. Open a command prompt and type: %JAVA_HOME%\bin\javac If you see: No File Or Program Found. you didn't set it right. On Monday 12 July 2004 08:44 am, Simone-dev wrote: Hello all, I just installed

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-12 Thread Ben Souther
Did it? On Monday 12 July 2004 09:00 am, Simone-dev wrote: And what if it works ? Simone Ben Souther wrote: Test your JAVA_HOME environment variable. Open a command prompt and type: %JAVA_HOME%\bin\javac If you see: No File Or Program Found. you didn't set it right. On

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-12 Thread Simone-dev
Yes, I did it the JAVA_HOME is set correctly Simone Ben Souther wrote: Did it? On Monday 12 July 2004 09:00 am, Simone-dev wrote: And what if it works ? Simone Ben Souther wrote: Test your JAVA_HOME environment variable. Open a command prompt and type: %JAVA_HOME%\bin\javac If you see:

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-12 Thread Simone-dev
No, I didn't do it... I never did it... nor on my production server, nor on my previous tomcat installation (5.0.18) should work without this too Simone Mike Fowler wrote: Simone- Have you tried copying the tools.jar into common/lib ? -Mike Fowler I could be a genius if I just put my mind to it,

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-12 Thread Ben Souther
I know that, at one point. The Windows installer had tomcat looking for jdk in the registry, even if you had JAVA_HOME set properly. But that was fixed. If you used the Windows installer, check where it is looking for java. Start - Programs - Apache-Tomcat - Configure Tomcat. There is a Java

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-12 Thread Simone-dev
I remember in tomcat 5.0.18 there was a java Home property, but now I've just a Java Virtual machine originally it was set to C:\Program Files\Java\j2re1.4.2_05\bin\client\jvm.dll (and didn't worked) then I changed it to C:\j2sdk1.4.2_05\jre\bin\client\jvm.dll but still doesn't work and there

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-12 Thread Ben Souther
Reinstall it and point it to a full j2sdk during the install. Should only take a few minutes. On Monday 12 July 2004 09:16 am, Simone-dev wrote: I remember in tomcat 5.0.18 there was a java Home property, but now I've just a Java Virtual machine originally it was set to C:\Program

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-12 Thread Simone-dev
Everything is working now: the java virtual machine is set now to C:\j2sdk1.4.2_05\jre\bin\client\jvm.dll Simone Ben Souther wrote: Reinstall it and point it to a full j2sdk during the install. Should only take a few minutes. On Monday 12 July 2004 09:16 am, Simone-dev wrote: I remember in

Re: No Java compiler was found to compile the generated source for the JSP

2004-07-12 Thread Kannan Raghu
Hey Simon, check out the xml files if ur using struts with ur application.. try this out and let me know.. Kannan On Mon, 12 Jul 2004 14:44:52 +0200, Simone-dev [EMAIL PROTECTED] wrote: Hello all, I just installed Apache Tomcat/5.0.25 on my newly installed developing workstation on