DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

chandu's picture

Unregistered

Feeds

aliases

  • chandu

chandu

6 months ago

in Java: Exception in thread main java.lang.NoClassDefFoundError | Java programming | Tech-Recipes on Tech-Recipes
we need to set two paths
1. for JDK use following command
set path=C:\......
2. for classes where u compiled and kept
set classpath=D:\prgrams......

6 months ago

in Java: Exception in thread main java.lang.NoClassDefFoundError | Java programming | Tech-Recipes on Tech-Recipes
if u have stored ur classes in the directory other than JDK installed...we need to set path to the bin dir by using
set path=.....
and for classes
set classpath=....
2 replies
harpreet thank you it really helped me
Amruta Thank you!! It really helped me.
i just copied my files in bin dir. try doing this.
Returning? Login