class not found error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vijayann
    New Member
    • Mar 2008
    • 2

    class not found error

    when i compile java program there is no compilation error in that program
    but at runtime i got class not found error

    what is the meaning that error
  • Laharl
    Recognized Expert Contributor
    • Sep 2007
    • 849

    #2
    You probably have a classpath error, particularly if you're using Windows and running from the command line. I recommend either Googling for Sun's tutorials on how to setup the JRE or using an IDE such as Netbeans.

    Comment

    Working...