Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » "Web App Libraries" not shown in "Libraries"
"Web App Libraries" not shown in "Libraries" [message #161196] Mon, 20 February 2006 14:33 Go to next message
Eclipse UserFriend
Originally posted by: dserodio.gmail.com

I'm having some classpath problems, and after reading a few posts on
this newsgroup I tried to remove, then add the "Web App Libraries"
again. But when I click on Project Properties > Java Build Path > Add
Library, I only see:

JRE System Library
Plugin-in Dependencies
Server Runtime
Standard Widget Toolkit (SWT)
User Library

Why is "Web App Libraries" missing from this list? I'm using WTP
M200602141429.

TIA,
Daniel Serodio
Re: "Web App Libraries" not shown in "Libraries" [message #161309 is a reply to message #161196] Tue, 21 February 2006 08:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.rohe.stud.tu-ilmenau.de

Daniel Serodio schrieb:
> I'm having some classpath problems, and after reading a few posts on
> this newsgroup I tried to remove, then add the "Web App Libraries"
> again. But when I click on Project Properties > Java Build Path > Add
> Library, I only see:
>
> JRE System Library
> Plugin-in Dependencies
> Server Runtime
> Standard Widget Toolkit (SWT)
> User Library
>
> Why is "Web App Libraries" missing from this list? I'm using WTP
> M200602141429.
>
> TIA,
> Daniel Serodio

"Web App Libraries" is added through the "Web Facet". It is a classpath
container for files in WEB-INF/lib. Try to remove the "Web Facet" and
add it again to the project. Then I think the "Web App Libraries"
classpath container will be added.

Kind regards,
Daniel
Re: "Web App Libraries" not shown in "Libraries" [message #162837 is a reply to message #161196] Sun, 05 March 2006 20:21 Go to previous message
Eclipse UserFriend
Originally posted by: cap_nemesis.hotmail.com

In your project directory open the file ".classpath" and add the following
line, if it isn't already there:

<classpathentry kind="con"
path="org.eclipse.jst.j2ee.internal.web.container/yourprojectname "/>

and replace "yourprojectname".

MK

"Daniel Serodio" <dserodio@gmail.com> schrieb im Newsbeitrag
news:dtck0g$9pb$1@utils.eclipse.org...
> I'm having some classpath problems, and after reading a few posts on
> this newsgroup I tried to remove, then add the "Web App Libraries"
> again. But when I click on Project Properties > Java Build Path > Add
> Library, I only see:
>
> JRE System Library
> Plugin-in Dependencies
> Server Runtime
> Standard Widget Toolkit (SWT)
> User Library
>
> Why is "Web App Libraries" missing from this list? I'm using WTP
> M200602141429.
>
> TIA,
> Daniel Serodio
Previous Topic:WTP 1.0.1 and AJDT 1.3
Next Topic:Empty Server List and Download Problems
Goto Forum:
  


Current Time: Tue Apr 16 16:03:37 GMT 2024

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

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

Back to the top