Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: How to add JSF libraries to eclipse?

  1. #1
    Junior Member
    Join Date
    Oct 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to add JSF libraries to eclipse?

    Hi everybody,

    I'm a newbie with eclipse.
    When I download eclipse with Web Tools Platform (WTP) version, I try to create simple dynamic web site consist of some jsp pages, servlet and I saw it ran normally.
    But I met a simple problem when I tried to add JSF library. I trying to search in internet, it get me a lot of times but I haven't got any result.

    When I search in the internet, people said that: Open Eclipse and Select Windows->Preferences->Web and XML->->JavaServer Faces Tools->Libraries to add new library
    as follow image:





    But when open my eclipse and select Windows -> Preferences Open Web -> JavaServer Faces Tools
    I only saw a window:





    As above image, I didn't see that library item to add JSF library, and I don't know where to add two file jsf-api.jar, jsf-impl.jar

    I'll very happy when see any reply from you.

    Thanks for your attention,
    Tien


  2. #2
    Junior Member
    Join Date
    Oct 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: How to add JSF libraries to eclipse?

    Hi guys,

    I'm very glad to announce to you that I added already JSF libraries to the eclipse.
    Any way, thanks for your attention,
    Tien

  3. #3
    Super Moderator Json's Avatar
    Join Date
    Jul 2009
    Location
    Warrington, United Kingdom
    Posts
    1,274
    My Mood
    Happy
    Thanks
    70
    Thanked 156 Times in 152 Posts

    Default Re: How to add JSF libraries to eclipse?

    I take it you are using Eclipse Galileo 3.5?

    How was it different adding these to 3.5 from the 3.4 version, could you tell us how you did it in case anyone else might stumble upon this after the same answer?

    Cheers!

    // Json

  4. #4
    Junior Member
    Join Date
    Oct 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: How to add JSF libraries to eclipse?

    Hi Json,

    I added JSF libraries by select Windows->Preferences-> Jave -> Build Path -> User Libraries as follow image:




    In this window, I selected new button to create a pack and select Add Jars.. to add some jar libraries files to this pack.

    Hope I have useful information for someone.
    Have a nice day,
    Tien

  5. #5
    Junior Member
    Join Date
    Oct 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: How to add JSF libraries to eclipse?

    Hello Tien,

    I have come across the same problem and i am unable to find the jar files containing the libraries for jsf. Pls suggest the links to download the same.

    Thanks

  6. #6
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: How to add JSF libraries to eclipse?

    Quote Originally Posted by MahaLakshmi View Post
    Hello Tien,

    I have come across the same problem and i am unable to find the jar files containing the libraries for jsf. Pls suggest the links to download the same.

    Thanks
    Please note the date on the original thread - three years old. Please begin a new thread related to your question, as the above user may never revisit this thread (hasn't visited the forums in 3 years), and the technology has more than likely advanced in the time since this original thread.

Similar Threads

  1. Replies: 24
    Last Post: August 4th, 2014, 12:49 PM
  2. List of shortcuts key for Eclipse
    By Flash in forum Java JDK & IDE Tutorials
    Replies: 3
    Last Post: July 18th, 2013, 08:40 AM
  3. Libraries for User Tracking
    By jwpa in forum The Cafe
    Replies: 4
    Last Post: August 4th, 2009, 09:32 AM
  4. WAR file creation in Eclipse JEE
    By katty in forum Java IDEs
    Replies: 5
    Last Post: May 21st, 2009, 09:45 AM
  5. help us in eclipse basic codes
    By bil_Imma in forum AWT / Java Swing
    Replies: 1
    Last Post: January 24th, 2009, 06:02 PM