R
Reddikishore
Helo sirs
i am getting exception :"java.langnosuchmethod:main"
when i run simple follwing program
class Helo
{
public static void main(String args[])
{
System.out.println("Hello");
}
}
i saved it in d:colon &
i compiled it d:\>javac Helo.java
D:\>java Helo
at this time i got this exception.in my system ihave
classpath&path.for this i used JDK1.6 used
please solve
i am getting exception :"java.langnosuchmethod:main"
when i run simple follwing program
class Helo
{
public static void main(String args[])
{
System.out.println("Hello");
}
}
i saved it in d:colon &
i compiled it d:\>javac Helo.java
D:\>java Helo
at this time i got this exception.in my system ihave
classpath&path.for this i used JDK1.6 used
please solve