|
|
#1 |
|
Fanatic Member
Join Date: Dec 02
Location: North Carolina
Posts: 733
![]() |
BASIC Java errors
Code:
public class HelloWorldApp {
public static void main ( String [] args ) {
System.out.println ( "TEST" );
}
}
java HelloWorldApp I get this: C:\Java>java HelloWorldApp Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorldApp What is going on, here is some information that might be helpful: Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_03-b07) Java HotSpot(TM) Client VM (build 1.5.0_03-b07, mixed mode, sharing) |
|
|
|
|
|
#2 |
|
Fanatic Member
Join Date: Dec 02
Location: North Carolina
Posts: 733
![]() |
Re: BASIC Java errors
Fixed it, classpath had to be set to nothing... something funky with quicktime was in there.
|
|
|
|
![]() |
|
||||||
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|