Hello,

spurious thing....
i am developping several things, and since now had no problem executing them...
but now i ran into the following problem:

i have a class HelpBrowser that i began to make with netbeans, this class
includes a method  
public static void main(java.lang.String[] args) {
    new HelpBrowser ().show ();
  }

the classpath is set to:
 echo $CLASSPATH 
/usr/local/java/lib/classes.zip:/home/bboett/java/:/home/bboett/java/jmud/common:/home/bboett/java/jmud/server:/home/bboett/java/JLex:/home/bboett/java/cup:/home/bboett/java/JavaCC:/home/bboett/java:/home/bboett/java/swing/swing.jar:/home/bboett/java/swing/windows.jar:/home/bboett/java/swing/motif.jar:/home/bboett/java/swing/metal.jar:/home/bboett/java/swing/organic.jar:/home/bboett/java/swing/mac.jar:.:.

the compile ist fine, no probs, but when i try to execute:
 java HelpBrowser
Can't find class HelpBrowser

and i do not know what to do to get it.... strange enough when executed through
netbeans it executes....


 
ciao
bboett
==============================================================
acount at earthling net 
http://erm6.u-strasbg.fr/~bboett
===============================================================
Unsolicited commercial email is NOT welcome at this email address
To contact me replace acount by bboett in above addresses

Reply via email to