hi all m not even able to run simplest hello program through java........it is giving a list of number of exceptions.i wrote following
public class hello{
public static void main(String args[]){
System.out.println("Hello");
}
}
Even the above is giving following exceptions
classnotfound
urlclassloader
noclassdeffounderror
loadclassinternal
findclass
etc.