--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> I'm a newbie!i have started with java 1 week ago.
> when i try to execute javadoc I recive thiss error
> message:
> 
> java.lang.ClassNotFoundException:
> sun/tools/javadoc/Main
>       at java.lang.Class.forName(Class.java:native)
>       at java.lang.Class.forName(Class.java:58)
> 
> It doesn't find the sun.tools.javadoc.Main.
> Have I to set the classpath like this:
> javadoc -classpath <dir with tools.jar
> file:/usr/local...../tools.jar>?

You could try putting sun's tools.jar in your
CLASSPATH.

Kaffe doesn't come with its own javadoc
implementation. It uses Sun's implementation instead.

I hope that we will ship the javadoc implementation
form the classpath tools project eventually.

best regards,

dalibor topic

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to