Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » http://java.sun.com/jsp/jstl/core cannot be resolved
http://java.sun.com/jsp/jstl/core cannot be resolved [message #211386] Sun, 20 May 2007 08:07 Go to next message
Eclipse UserFriend
Originally posted by: nospam.nospam.com

Hi

when trying to run my JSP project I get the error:
http://java.sun.com/jsp/jstl/core cannot be resolved

It looks like there is something missing. The Tag Library? The sample
project I'm playing with is found at:

http://www-128.ibm.com/developerworks/db2/library/techarticl e/dm-0509cline/

It's a JSP-Derby-Tomcat project using Jakarta Tag Lib. Servers are up and
running. Most things looking just fine, however I'm not shure about the tag
lib setup. I've copied the jar-files:

jstl.jar and standard.jar

to the project folder:

....\WebContent\WEB-INF\lib\

Is this correct?

Any tip?

/Thanks
Re: http://java.sun.com/jsp/jstl/core cannot be resolved [message #211395 is a reply to message #211386] Sun, 20 May 2007 12:08 Go to previous message
Eclipse UserFriend
Originally posted by: nospam.nospam.com

Ok, solved. Must add dependency to project properties. See copied soulution
below:

Any external jars your project needs and won't be provided by the server
(i.e. isn't in common/lib or similar directory) will need to be included
on the J2EE Module Dependencies page of the Properties dialog for the
project. Use the "Add Jars..." button if the jar is somewhere in your
workspace and the "Add External Jars..." button if it is outside of your
workspace.

Cheers,
Larry


"Nutshell" <nospam@nospam.com> skrev i meddelandet
news:f2ovj2$eoo$1@build.eclipse.org...
> Hi
>
> when trying to run my JSP project I get the error:
> http://java.sun.com/jsp/jstl/core cannot be resolved
>
> It looks like there is something missing. The Tag Library? The sample
> project I'm playing with is found at:
>
> http://www-128.ibm.com/developerworks/db2/library/techarticl e/dm-0509cline/
>
> It's a JSP-Derby-Tomcat project using Jakarta Tag Lib. Servers are up and
> running. Most things looking just fine, however I'm not shure about the
> tag lib setup. I've copied the jar-files:
>
> jstl.jar and standard.jar
>
> to the project folder:
>
> ...\WebContent\WEB-INF\lib\
>
> Is this correct?
>
> Any tip?
>
> /Thanks
>
>
>
>
>
>
>
>
>
>
Previous Topic:vm error message
Next Topic:CDT 4 Line Spacing
Goto Forum:
  


Current Time: Wed Sep 25 02:49:23 GMT 2024

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

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

Back to the top