The Artima Developer Community
Sponsored Link

Java Answers Forum
Exception in thread

1 reply on 1 page. Most recent reply: Mar 18, 2007 2:02 AM by Vincent O'Sullivan

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Jan Alan

Posts: 1
Nickname: janealam
Registered: Mar, 2007

Exception in thread Posted: Mar 17, 2007 2:48 AM
Reply to this message Reply
Advertisement
Dear fellow,

i am newbie to programing, i installed JDK1.6.0 on XP, i wrote a simple program and compiled it with no problem, compiler create the class file also but when i try to run by typing java BidDebt, an error comes " Exception in thread "main" java.lang.NoClassDefFounError: BigDebt "

what mean by this, can anyone help.


Vincent O'Sullivan

Posts: 724
Nickname: vincent
Registered: Nov, 2002

Re: Exception in thread Posted: Mar 18, 2007 2:02 AM
Reply to this message Reply
For some reason the .class file that you created when you compiled the .java file cannot be found. I suggest you Google NoClassDefFoundError and look at some of the responses, such as:

http://forum.java.sun.com/thread.jspa?threadID=571464

Flat View: This topic has 1 reply on 1 page
Topic: Exception in thread Previous Topic   Next Topic Topic:

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use