Re: jdk: Can't find class...

1998-10-06 Thread Thomas Apel
Thomas Apel wrote: > > The problem is the following: > > $ java HelloWorld.class Of course I should have typed "java HelloWorld" without ".class"! Sorry, I guess I should go to bed now. Thomas

jdk: Can't find class...

1998-10-06 Thread Thomas Apel
The problem is the following: $ java HelloWorld.class Can't find class HelloWorld.class As far as I understand the java_wrapper script even "./" should be in the CLASSPATH. But why doesn't this work then? When I make the .class executable and add the "binfmt_java" module to the kernel I can execu