O
ohaya
Hi,
It's been awhile since I've tried to run any Java applications on this
one machine, but when I tried tonight, I am getting some really strange
problems.
Here's a small application (test.java):
public class test {
public static void main () {
}
}
This compiles ok, but when I run it ("java test"), I am getting:
"Exception in thread "main" java.lang.NoSuchMethodError: main"
Maybe it's been too long a day, but I've been staring at this for
awhile, and I hope that maybe someone can tell me what is wrong
.
Thanks,
Jim
It's been awhile since I've tried to run any Java applications on this
one machine, but when I tried tonight, I am getting some really strange
problems.
Here's a small application (test.java):
public class test {
public static void main () {
}
}
This compiles ok, but when I run it ("java test"), I am getting:
"Exception in thread "main" java.lang.NoSuchMethodError: main"
Maybe it's been too long a day, but I've been staring at this for
awhile, and I hope that maybe someone can tell me what is wrong
Thanks,
Jim