Results 1 to 2 of 2
- 06-12-2008, 03:22 PM #1
Member
- Join Date
- Jun 2008
- Posts
- 1
- Rep Power
- 0
Not able to debug simple hello world program
Hi all,
I am a biginner to java programming and eclipse.
I wrote a simple helloworld program as follows:
package hello;
public class Hello {
public static void main(String args[]){
System.out.println("Hello World");
}
}
The program runs successfully and gives the output to the console:
Hello World
I double clicked the line with println to add a break point. But when i press F11 to Debug the program the debug view shows the following error:
Hello [Java Application]
hello.Hello at localhost:35874
Thread [main] (Suspended (exception ClassNotFoundException))
ClassLoader.findBootstrapClass(String) line: not available [native method]
Launcher$ExtClassLoader(ClassLoader).findBootstrap Class0(String) line: not available
Launcher$ExtClassLoader(ClassLoader).loadClass(Str ing, boolean) line: not available
Launcher$AppClassLoader(ClassLoader).loadClass(Str ing, boolean) line: not available
Launcher$AppClassLoader.loadClass(String, boolean) line: not available
Launcher$AppClassLoader(ClassLoader).loadClass(Str ing) line: not available
Launcher$AppClassLoader(ClassLoader).loadClassInte rnal(String) line: not available
/usr/java/jre1.6.0_05/bin/java (Jun 12, 2008 6:29:20 PM)
The error shows: Source not found.
Please help me to solve this problem.
Thanks in advance
- 06-12-2008, 03:41 PM #2
I wonder why you've tried to debug such code...
Im not an Eclipse user, but i found this on the web. Maybe that could help you....
kind regards,
sukatoafreedom exists in the world of ideas
Similar Threads
-
SciTE-debug 0.9.1
By Java Tip in forum Java SoftwareReplies: 0Last Post: 04-10-2008, 04:14 PM -
Peculiarty in code of simple program...
By Kreuz14 in forum New To JavaReplies: 4Last Post: 01-23-2008, 03:27 AM -
how to debug the servlet
By tommy in forum Java ServletReplies: 1Last Post: 08-06-2007, 08:53 PM -
help with simple program in java
By katie in forum New To JavaReplies: 2Last Post: 08-06-2007, 08:03 PM -
help with simple java program
By leonard in forum New To JavaReplies: 3Last Post: 07-30-2007, 09:40 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks