rare problem with javac

2003-11-05 Thread Javier
Hi I'm trying to compile my first servlet but Iýve problems with javac. If I try to run javac without parameters I receive the message: Exception in thread main java.lang.NoClassDefFoundError: com/sun/tools/javac/Main and I receive the same with javac -h javac -? javac -classpath .

Re: rare problem with javac

2003-11-05 Thread Jan Faerber
Am Mittwoch, 5. November 2003 19:02 schrieb Javier: Hi I'm trying to compile my first servlet but Iýve problems with javac. Hi - Java Examples in a Nutshell - David Flanagan - page 460 - in the 2nd Edition: Compiling Servlets Your servlet conainer should come with a JAR file that contains

Re: rare problem with javac

2003-11-05 Thread V.Karthik Kumar
Better ... If you already have tomcat, take the JAR from $TOMCAT_HOME/common/lib dir. --- Jan Faerber [EMAIL PROTECTED] wrote: Am Mittwoch, 5. November 2003 19:02 schrieb Javier: Hi I'm trying to compile my first servlet but Iýve problems with javac. Hi - Java Examples in a

Re: rare problem with javac

2003-11-05 Thread Vladimer Shioshvili
Javier, Check this out.. http://forum.java.sun.com/thread.jsp?forum=32thread=292032tstart=0trange=15 Vlad At 01:02 PM 11/5/2003, you wrote: Hi I'm trying to compile my first servlet but Iýve problems with javac. If I try to run javac without parameters I receive the message: Exception in

Re: rare problem with javac

2003-11-05 Thread V.Karthik Kumar
I could see what the problem is: The PATH is the ariable, in which the various Directories are searched in order. Hence, it is often beneficial to have the env. variable set like: PATH=%JAVA_HOME\bin;%PATH%;. --- Vladimer Shioshvili [EMAIL PROTECTED] wrote: Javier, Check this out..

Re: rare problem with javac

2003-11-05 Thread Rhino
- From: Javier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 1:02 PM Subject: rare problem with javac Hi I'm trying to compile my first servlet but Iýve problems with javac. If I try to run javac without parameters I receive the message: Exception in thread

Re[2]: rare problem with javac

2003-11-05 Thread Javier
On 05/11/2003 at 13:21 Vladimer Shioshvili wrote: Javier, Check this out.. http://forum.java.sun.com/thread.jsp?forum=32thread=292032tstart=0trange =15 Thanks a lot !!! jl - To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: rare problem with javac

2003-11-05 Thread Christopher Schultz
Javier, I'm trying to compile my first servlet but Iýve problems with javac. If I try to run javac without parameters I receive the message: Exception in thread main java.lang.NoClassDefFoundError: com/sun/tools/javac/Main So, this happens if you invoke javac both with and without parameters?

RE: Rare problem

2000-12-12 Thread Stubenrauch,Andreas
To: '[EMAIL PROTECTED]' Subject: Rare problem Hi all, My client is using tomcat3.1 as jsp engine. It looks like that his JSP files are being interpreted into a plain text file(got the jsp source file in broswer), even he gets all the tomcat JSP examples run correctly. Any suggestion

RE: Rare problem

2000-12-12 Thread arnold
Pls create a handler for *.JSP files in web.xml file. i think this prob occurs on Linux. Hope this helps. rahul

Re: Rare problem

2000-12-12 Thread Ludovic Maitre
[EMAIL PROTECTED] wrote: Pls create a handler for *.JSP files in web.xml file. i think this prob occurs on Linux. Hope this helps. rahul Hello, Did you know if this problem is fixed in 3.2 ? Regards, -- [EMAIL PROTECTED] INRIA - 2004 route des lucioles - BP 93Tel: (33/0) 4

Re: Rare problem

2000-12-12 Thread Sam Terburg
AM Subject: Re: Rare problem [EMAIL PROTECTED] wrote: Pls create a handler for *.JSP files in web.xml file. i think this prob occurs on Linux. Hope this helps. rahul Hello, Did you know if this problem is fixed in 3.2 ? Regards, -- [EMAIL PROTECTED] INRIA - 2004