Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 418819

Summary: Error while Debuging
Product: [Eclipse Project] JDT Reporter: Terb Walker <toptoppot>
Component: DebugAssignee: 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:

Description Terb Walker CLA 2013-10-07 10:31:18 EDT
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...
Comment 1 Jay Arthanareeswaran CLA 2013-10-08 00:25:56 EDT
Terb, was there a mistake? Or is this still an issue?