Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Java-Eclipse(Exception Occurs While Run Java Application)
Java-Eclipse [message #1830125] Fri, 17 July 2020 15:24 Go to next message
Pavithra K is currently offline Pavithra KFriend
Messages: 1
Registered: July 2020
Junior Member
Hi There,
While Compiling a program I face the following problem:

"Exception in thread "main" java.lang.Error: Unresolved compilation problem:

at March.Login.main(Login.java:5)"
What can I Do?

Thanks Regards,
Pavithra
Re: Java-Eclipse [message #1830292 is a reply to message #1830125] Wed, 22 July 2020 18:47 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Generally that means you have a statement that could not be compiled on Login.java line 5, and there
should be a corresponding entry in the Problems and Markers views (it should also be underlined in
the Java Editor). You must fix it to continue execution past there.


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Cannot run demo classes
Next Topic:Eclipse not able to create JVM
Goto Forum:
  


Current Time: Fri Apr 26 23:49:25 GMT 2024

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

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

Back to the top