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");
}
}
//******************************************