Easy A
Would you like to react to this message? Create an account in a few clicks or log in to continue.


 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

Share
 

 Help me in Setting Classpath

View previous topic View next topic Go down 
AuthorMessage
Bauer
Member
Member
Bauer

Posts : 2
Join date : 2011-05-20

Help me in Setting Classpath Empty
PostSubject: Help me in Setting Classpath   Help me in Setting Classpath EmptyThu Jun 23, 2011 5:54 am

I have set two environment variables for JAVA JDK.

1. PATH=C:\Program Files\Java\jdk1.6.0_26\bin;%PATH%

2. CLASSPATH=C:\Program Files\Java\jdk1.6.0_26\lib\tools.jar

When I compiled the file using javac it was done successfully but when I ran the file using java command I got the following error:

Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorld
Back to top Go down
-Exiled-
Member
Member
-Exiled-

Posts : 2
Join date : 2011-05-20

Help me in Setting Classpath Empty
PostSubject: Re: Help me in Setting Classpath   Help me in Setting Classpath EmptyThu Jun 23, 2011 5:54 am

Add the folder which contains the HelloWorld.class into class path

CLASSPATH=C:\Program Files\Java\jdk1.6.0_26\lib\tools.jar;Path\to\helloworld\folder.
Back to top Go down
Bauer
Member
Member
Bauer

Posts : 2
Join date : 2011-05-20

Help me in Setting Classpath Empty
PostSubject: Re: Help me in Setting Classpath   Help me in Setting Classpath EmptyThu Jun 23, 2011 5:56 am

Didn't work
Back to top Go down
HK
Member
Member
HK

Posts : 3
Join date : 2011-05-22

Help me in Setting Classpath Empty
PostSubject: Re: Help me in Setting Classpath   Help me in Setting Classpath EmptyThu Jun 23, 2011 5:58 am

also set the location of your compiled class files in classpath
Back to top Go down
Sponsored content




Help me in Setting Classpath Empty
PostSubject: Re: Help me in Setting Classpath   Help me in Setting Classpath Empty

Back to top Go down
 

Help me in Setting Classpath

View previous topic View next topic Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Easy A :: Help me in Setting Classpath Edit-trash Useless :: Trash-