| Summary: | Error while Debuging | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Terb Walker <toptoppot> |
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | blocker | ||
| Priority: | P3 | CC: | jarthana |
| Version: | 4.4 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Terb, was there a mistake? Or is this still an issue? |
I have the Version: Version: Kepler Service Release 1 Build id: 20130919-0819 I am on a Win 7 Machine(x86) I made an very Simple Project: import javax.swing.JFrame; public class Main extends JFrame{ public static void main(String[] args) { Main m = new Main(); m.setVisible(true); while(true) { } } public Main() { } } When i am Trying to run that Program, it runs without any problems. But when i click on Debug this error showes up: Thread [main] (Class load: Main) Class<T>.getDeclaredMethods0(boolean) line: not available [native method] Class<T>.privateGetDeclaredMethods(boolean) line: not available Class<T>.getMethod0(String, Class<?>[]) line: not available Class<T>.getMethod(String, Class<?>...) line: not available LauncherHelper.getMainMethod(PrintStream, Class<?>) line: not available LauncherHelper.checkAndLoadMain(boolean, int, String) line: not available I hope you can help me...