At 11:48 AM 10/1/98 -0700, you wrote:
>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/c
ommon:/home/bboett/java/jmud/server:/home/bboett/java/JLex:/home/bboett/java
/cup:/home/bboett/java/JavaCC:/home/bboett/java:/home/bboett/java/swing/swin
g.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....

Could it be that the classpath gets truncated at 256 chars or something
like that?  Try moving the "." to the front and see if that fixes/changes
the problem.

Douglas Toltzman

Reply via email to