EXCEPTION IN THREAD
Posted: Sun Jun 16, 2002 11:16 am
I am beginning to learning Java and the book I am using gives examples of application code to print to the console to get new student used to java.
The application code is:
'public class PracticeApp{
public static void main(String[] args) {
System.out.println("Practice Application"); }
}
}'
The application is compiling fine using Textpad. When I run the application
from Textpad, I get this error message:
'Exception in thread "main" Java, lang.noclass def found error: PracticeApp'
What is causing this problem ?
The application code is:
'public class PracticeApp{
public static void main(String[] args) {
System.out.println("Practice Application"); }
}
}'
The application is compiling fine using Textpad. When I run the application
from Textpad, I get this error message:
'Exception in thread "main" Java, lang.noclass def found error: PracticeApp'
What is causing this problem ?