I'd hazard a guess that your CLASSPATH does not have '.' in it so the JVM
can't locate your Main.class file
At 03:15 PM 10/9/98 -0400, Ian Wehrman wrote:
>good day all,
>
>i'm sure this is a frequently asked question, but after looking around,
>i haven't yet found anything. i have the JDK 1.1.6v4
Ian Wehrman wrote:
> good day all,
>
> i'm sure this is a frequently asked question, but after looking around,
> i haven't yet found anything. i have the JDK 1.1.6v4a for i386-glibc
> linux, and compiling .java files with javac works fine, however whenever
> i try to execute a class file with t
good day all,
i'm sure this is a frequently asked question, but after looking around,
i haven't yet found anything. i have the JDK 1.1.6v4a for i386-glibc
linux, and compiling .java files with javac works fine, however whenever
i try to execute a class file with the 'java' command, i get:
[iwehr