i have jdk1.5
written simple program in java
class Pg1
{
public static void main(String[] args)
{
System.out.println("HI");
}
}
it is compling no problem
but when i run java Pg1
it give a exception java.lang "main" cannot be found
please help
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.