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?
Asked
Active
Viewed 7,118 times
4
-
Click the floppy icon it would ask your to choose a provider. I have it in my workspace locatiion C:\Workspace_Jay\libraries\JSF 2.2 (Mojarra 2.2.0)\mojarra-2.2.0-FCS\lib\javax.faces.jar after I downloaded it using the wizard for JSF project. – Jay Mar 26 '14 at 11:03
-
@Jay Ya once I added the proxy address, eclipse was able to get it from Internet. – Anto Varghese Mar 26 '14 at 11:16
-
1Could it be a problem with proxy settings. Pls check this http://www.mkyong.com/web-development/how-to-configure-proxy-settings-in-eclipse/ – Jay Mar 26 '14 at 11:17
-
@Jay Yes it was :(. Now it got corrected – Anto Varghese Mar 26 '14 at 11:20
-
1what proxy address needs to be added? – user2176576 Sep 24 '14 at 10:34
-
Also seing this but I'm not behind a proxy :/ – span Feb 14 '15 at 10:35
2 Answers
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.

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.

Anto Varghese
- 3,131
- 6
- 31
- 38
-
1I 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