Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Empty Error Message at "Run"
Empty Error Message at "Run" [message #1779563] Tue, 09 January 2018 16:13 Go to next message
Adrian Melchior is currently offline Adrian MelchiorFriend
Messages: 1
Registered: January 2018
Junior Member
Hi folks,
i wrote a little Hello World programm like this :

public class BinTreeAttoc {
	public static void main(String[] args) {
		System.out.println("HelloWorld!");
	}
} 


When i hit 'Run' i got a confusing empty error message. Title Bar says 'Error' and the rest is just blank.

index.php/fa/31746/0/
  • Attachment: error.PNG
    (Size: 5.74KB, Downloaded 1029 times)
Re: Empty Error Message at "Run" [message #1779591 is a reply to message #1779563] Wed, 10 January 2018 03:37 Go to previous message
Sarika Sinha is currently offline Sarika SinhaFriend
Messages: 131
Registered: February 2010
Location: Bangalore, India
Senior Member
Please check the error log or console if there is some information for the error information.

Sarika Sinha
JDT Programmer
Previous Topic:Is it possible to get ASTNode and corresponding IBinding using offset and length?
Next Topic:git over ssh keeps asking for password
Goto Forum:
  


Current Time: Fri Mar 29 10:24:38 GMT 2024

Powered by FUDForum. Page generated in 0.03135 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top