hello
i've got a wicked problem.
if my CLASSPATH is set like this:
export CLASSPATH=$CLASSPATH:/usr/lib/j2sdk1.3/lib/tools.jar
i get a compiler error (see below)
if it is not set, the compilation runs without error.
????
---my system:
linux (debian woody)
j2sdk1.3_1.3.1-1_i386.deb from blackdown.org
(i need the CLASSPATH for using jswat)
---the source
public class pingThread extends Thread{....}
public class pingpong extends java.applet.Applet implements Runnable,
ActionListener{
pingThread pit = new pingThread();
Thread sammelThread;
....
}
---the error
pingpong.java:18: cannot resolve symbol
symbol : class pingThread
location: class pingpong
pingThread pit = new pingThread();
pingpong.java:18: cannot resolve symbol
symbol : class pingThread
location: class pingpong
pingThread pit = new pingThread();
---my question
is that normal???
what can i do?
thanks for any hints
beste gruesse
jochen
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]