Skip to main content



      Home
Home » Newcomers » Newcomers » Help(nonrecognition assistance )
Help [message #1513145] Tue, 16 December 2014 04:03 Go to next message
Eclipse UserFriend
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] Tue, 16 December 2014 19:32 Go to previous messageGo to next message
Eclipse UserFriend
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 08:37 Go to previous message
Eclipse UserFriend
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: Wed Jul 16 01:29:52 EDT 2025

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

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

Back to the top