4

I am trying to create my first JSF web dynamic project with eclipse. In second last step, i need to select the user library in which the download library window is empty. Can anyone help how to add the library in that?

Screenshot here

Anto Varghese
  • 3,131
  • 6
  • 31
  • 38

2 Answers2

4

For me the problem was, that I could select version 2.3 of JavaServer Faces, but that wasn't added to the download providers yet, that Eclipse can see. For older versions I could see the libraries.

Project Facets Selection

ZeitPolizei
  • 481
  • 1
  • 4
  • 10
2

This was due to my machine was not able to connect to Internet. When i give the Preferences->Network Connections as Manual with a proxy, then it started appearing with user libraries.

Screenshot results

Anto Varghese
  • 3,131
  • 6
  • 31
  • 38
  • 1
    I have a direct internet connection and other parts of Eclipse that require a connection works fine (like Eclipse Marketplace), but the list is still empty. Any ideas ? – koders Mar 08 '15 at 00:07
  • According to the Oracle, java.net site has closed. http://www.oracle.com/splash/java.net/maintenance/index.html – MAbraham1 May 18 '17 at 15:28