Java execution error!!

Status
Not open for further replies.

nitish_mythology

OSS Enthusiast!
I have been writing simple java console programs since a long time. Now when I started workig in my dad's laptop , i am unable to execute the programs.
After successful compilation an error flashes---
Exception in thread "main" java.lang.noClassDefFounderror :file name

WHY IS THIS ERROR CAUSED ?? HOW TO TROUBLESHOOT IT??
 

sakumar79

Technomancer
See *www.jguru.com/faq/view.jsp?EID=455768

It means that your classpath is not set correctly. Make sure your JAVA_HOME is set up right before you run the tomcat or startup scripts. More links available at above site

Arun
 
OP
nitish_mythology

nitish_mythology

OSS Enthusiast!
Thanks JGURU...

@JGuru---
Thnks for your P.M. I thought you will be busy and it will take you some time to reply, hence I posted the topic on forum.
 
Status
Not open for further replies.
Top Bottom