View Single Post
Old 06-03-03, 05:05 PM   #7 (permalink)
Simon
Aximsite Prospect
 
Join Date: Dec 2002
Posts: 15
Thanked 0 Times in 0 Posts
WTF

yup all my stuff is the same i used a diff program for editing the registry "PHM RegEdit" this sucks it still says my class can't be found its just a simple HelloWorld

//***************************************
// hello
class HelloWorldApp{
public static void main(String[] args){
System.out.println("Hello World");
}
}
//******************************************
Simon is offline   Reply With Quote