This mailing list is for people that are writing Java servlets that use the
Tomcat servlet containers. Are you using Tomcat or are you trying to write a
normal Java applet or application?

If you are writing a normal Java applet or application, you should look at
the Java FAQ by Peter van der Linden. I looked up your question in the FAQ.
If you follow this link

http://java.sun.com/people/linden/faq_a.html#Getting%20Started

and look at question 2 - Why doesn't my "Hello World!" program compile? -
you should get some good suggestions on fixing your problem. If that doesn't
help, try the comp.lang.java.programmer newsgroup on Usenet.

If you are using Tomcat, what version of Tomcat are you using and what
operating system are you using? What is the version of the operating system?
Which JSDK are you using? Also, are you using an IDE; if yes, which one?

Rhino


----- Original Message ----- 
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 "main"
> java.lang.NoClassDefFoundError:
> com/sun/tools/javac/Main
>
>
> and I receive the same with
>
> javac -h
> javac -?
> javac -classpath . Algo.java
>
>
> ...etc
>
>
> I never seen something like this...andy idea ?
>
> <xl>
>
> PD: I'm running java on W2K server
>
>
> __________________________________
> Do you Yahoo!?
> Protect your identity with Yahoo! Mail AddressGuard
> http://antispam.yahoo.com/whatsnewfree
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to