Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Java (https://www.askmehelpdesk.com/forumdisplay.php?f=440)
-   -   Exception in main thread: java.lang.NoClassDefFoundError. (https://www.askmehelpdesk.com/showthread.php?t=345191)

  • Apr 23, 2009, 11:27 AM
    sinchana
    Exception in main thread: java.lang.NoClassDefFoundError.
    Hi,
    Java program is compiling successfully.while running I am getting the error as Exception in main thread java.lang.NoClassDefFoundError.how to solve this?I have set classpath as c:program files/java/jdk1.5.0_05/jre/tools.jar...
    Please reply asap..
  • May 26, 2009, 04:59 AM
    ulasad
    I think the coreect path will like this
    Files/java/jdk1.5.0_05/bin,
    Hope it solves the problem
  • Oct 22, 2010, 07:29 AM
    parthht
    I am completely agree with the above answer...

    You can also set the environment variabe
    PATH: C:\Program Files\Java\jdk1.7.0\bin

    OUTPATH:C:\Program Files\Java\jdk1.7.0\lib
  • Mar 13, 2011, 10:22 PM
    tusharghadge
    SET PATH=C:\j2sdk1.4.2_05\bin

    SET CLASSPATH=C:\j2sdk1.4.2_05\bin

    SET JAVA_HOME=C:\j2sdk1.4.2_05

  • All times are GMT -7. The time now is 10:42 AM.