hello!
my java programs won't run since yesterday which ran before.
something has to do with my jdk1.2 compiler. it did worked until yesterday. but now none of my java program runs. they all compile but when try to execute them .it gives error message saying"Exception in thread "main"java.lang.NOclassDefFOundError:"myjava file name"
what did i do? now all my java programs won't work which ran before.
even simple helloWorld.java won't run!!!
public class HelloWorld{
public static voic main (String[] args){
System.out.println("Hello World!!"
}}
my java programs won't run since yesterday which ran before.
something has to do with my jdk1.2 compiler. it did worked until yesterday. but now none of my java program runs. they all compile but when try to execute them .it gives error message saying"Exception in thread "main"java.lang.NOclassDefFOundError:"myjava file name"
what did i do? now all my java programs won't work which ran before.
even simple helloWorld.java won't run!!!
public class HelloWorld{
public static voic main (String[] args){
System.out.println("Hello World!!"
}}