Skip to main content



      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 11:27 Go to next message
Eclipse UserFriend
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 13:55] by 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 13:46 Go to previous message
Eclipse UserFriend
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.
Previous Topic:Eclipse problem
Next Topic:Eclipse closing when checking Java Compiler or installed JREs
Goto Forum:
  


Current Time: Sat Jul 12 15:03:19 EDT 2025

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

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

Back to the top