Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Help(nonrecognition assistance )
Help [message #1513145] Tue, 16 December 2014 09:03 Go to next message
Nadav Gilliam is currently offline Nadav GilliamFriend
Messages: 1
Registered: December 2014
Junior Member
index.php/fa/20239/0/

Eclipse does not seem to recognize my errors while writing code.

I am able to write non-sense as seen in the attached file however the red X's that usually appear on the left while writing a unacceptable line do not appear.

Im assuming the problem is somewhere under settings, but how can i solve this?
Re: Help [message #1513961 is a reply to message #1513145] Wed, 17 December 2014 00:32 Go to previous messageGo to next message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
On 12/16/2014 09:02 AM, Nadav Gilliam wrote:
> Eclipse does not seem to recognize my errors while writing code.
>
> I am able to write non-sense as seen in the attached file however the red X's that usually appear on the left while writing a unacceptable line do not appear.
>
> Im assuming the problem is somewhere under settings, but how can i solve this?
>
The outlined J in the editor tab indicates that the file is not in a
folder that is on the build path of a Java project.

Java files that are on the build path of a Java project have the J
filled in as in the NumPartition.java editor tab.
Re: Help [message #1514656 is a reply to message #1513961] Wed, 17 December 2014 13:37 Go to previous message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
To expand on what David said...
Eclipse can not do proper syntax checking and compile code that isn't included in a Project. If you open a .java file from the file system (via File > Open or via drag-and-drop from the OS file explorer), you don't the full features of the IDE.
Previous Topic:Jetty Memory
Next Topic:Error when launching
Goto Forum:
  


Current Time: Fri Apr 26 08:11:44 GMT 2024

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

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

Back to the top