Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Can't get eclipse to show JSP errors and class build paths corrects
Can't get eclipse to show JSP errors and class build paths corrects [message #1142372] Thu, 17 October 2013 15:27 Go to next message
Alex K is currently offline Alex KFriend
Messages: 1
Registered: October 2013
Junior Member
Hello,

I am using SVN repository with JSP code.
I edited .project file and added <nature>org.eclipse.jdt.core.javanature</nature>
Now I see errors but I get a lot of "cannot be resolved" messages. I tried adding Apache commons libraries to build path but no matter what, I still get those errors.

Like: java.util.Date
import java.util cannot be resolved.

What am I doing wrong?

Am I adding the wrong libraries may be?

Thanks!

Update: I got some if it working, however I still get these errors:
Here is a screen: img40.imageshack.us/img40/4306/i484.jpg
For Element it says Element cannot be resolved to a type.

Thanks!

[Updated on: Thu, 17 October 2013 17:55]

Report message to a moderator

Re: Can't get eclipse to show JSP errors and class build paths corrects [message #1142539 is a reply to message #1142372] Thu, 17 October 2013 17:46 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

java.util.Date is part of the JRE, which makes it sound like either the build path doesn't include one, or you still need to add the Java Builder so that you can Build and Clean properly.

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Eclipse problem
Next Topic:Eclipse closing when checking Java Compiler or installed JREs
Goto Forum:
  


Current Time: Fri Apr 26 17:34:43 GMT 2024

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

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

Back to the top