| | |
Help............
![]() |
•
•
Join Date: Jun 2006
Posts: 11
Reputation:
Solved Threads: 0
I'm a beginner in JAVA and I'm facing a problem in executing a sample program.Let me explain it step by step:
1. The following program was written thru a notepad and then saved as Sample.java:
class Sample
{
public static void main(String args[])
{
System.out.println("Hello World!!!");
}
}
2. The above program is then compiled by rhe following command:
javac Sample.java
Successful compilation: a .CLASS file named as Sample.class was generated.
3.The following command was implemented for execution:
java Sample
An error message appeared:
Exception in thread 'main':java.lang.NoClassDef Found.Error
ample
PLEASE HELP...........
1. The following program was written thru a notepad and then saved as Sample.java:
class Sample
{
public static void main(String args[])
{
System.out.println("Hello World!!!");
}
}
2. The above program is then compiled by rhe following command:
javac Sample.java
Successful compilation: a .CLASS file named as Sample.class was generated.
3.The following command was implemented for execution:
java Sample
An error message appeared:
Exception in thread 'main':java.lang.NoClassDef Found.Error
amplePLEASE HELP...........
![]() |
Other Threads in the Java Forum
- Previous Thread: JSP Problem Student database search
- Next Thread: Change Image based on user Input
| Thread Tools | Search this Thread |
-xlint add android api applet application array arrays automation bi binary blackberry block bluetooth class client code compile compiler component database developmenthelp eclipse equation error event fractal freeze functiontesting game gameprogramming givemetehcodez graphics gui health html hyper ide idea image int integer j2me j2seprojects java javac javaprojects jetbrains jni jpanel jtable julia learningresources lego linux list login loops mac main map method methods mobile myregfun netbeans nonstatic notdisplaying number online pearl problem program project qt recursion scanner screen server set singleton sms sort spamblocker sql string swing system textfields thread threads time title tree tutorial-sample update variablebinding windows working xor






