Results 1 to 4 of 4
Thread: ClassNotFoundException
- 11-23-2011, 08:50 AM #1
Member
- Join Date
- Jul 2011
- Posts
- 39
- Rep Power
- 0
-
Re: ClassNotFoundException
You've got a bug somewhere in your program, but there's no way we can help given the scant amount of information that you've supplied. If you still need our help, please read the link in my signature links on how to ask smart questions. It will tell you what information you should post for your question to be answerable.
- 11-23-2011, 09:18 PM #3
Member
- Join Date
- Jul 2011
- Posts
- 39
- Rep Power
- 0
Re: ClassNotFoundException
Please find the improve version of my problem.
Subject:Eclipse :Indigo Release-Class NotFound Exception
Message Body:
I have created the following class and it compiles and show results successfully but when i try to debug it and use F5 to step forward then I receive the message ClassNotFoundException (id=29) and Source not found .
Please adviceJava Code:public static void main(String args[]) { Book [] mybooks =new Book[3]; mybooks[0] =new Book(); mybooks[1] =new Book(); mybooks[2] =new Book(); mybooks[0].title ="a"; mybooks[1].title ="b"; mybooks[2].title ="c"; for (int counter=0; counter<mybooks.length ; counter++ ) { System.out.println(mybooks[counter].title); } } }Last edited by Fubarable; 11-23-2011 at 10:56 PM. Reason: quote tags changed to code tags
- 11-24-2011, 11:54 PM #4
Member
- Join Date
- Jul 2011
- Posts
- 39
- Rep Power
- 0
Similar Threads
-
ClassNotFoundException - What jar do I need?
By kthomp271828 in forum New To JavaReplies: 14Last Post: 08-04-2011, 01:27 AM -
ClassNotFoundException...
By providence in forum JDBCReplies: 2Last Post: 02-02-2011, 06:45 PM -
ClassnotFoundException
By balaji shan in forum Java ServletReplies: 8Last Post: 01-19-2011, 03:47 PM -
ClassNotFoundException
By meprasobh in forum New To JavaReplies: 2Last Post: 10-17-2010, 03:32 PM -
ClassNotFoundException
By lgpublic in forum Advanced JavaReplies: 5Last Post: 04-23-2010, 03:05 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks