Hello , I would like to download all the libraries to build my project apache karaf without internet.
I want to do this with Apache Karaf , apache Felix and this bundle of Sudoku: https://platform.netbeans.org/tutorials/nbm-osgi-quickstart.html Then I have to deploy this on my Apache Karaf : javax.servlet_xxx.jar org.eclipse.equinox.ds_xxx.jar org.eclipse.equinox.http_xxx.jar org.eclipse.equinox.util_xxx.jar org.eclipse.osgi.services_xxx.jar org.eclipse.osgi_xxx.jar aQute.sudoku.jar aQute.webrpc.jar Using Apache Karaf and Apache Felix , I can deploy that without error or warning with these libraries : org.apache.felix.bundlerepository-1.6.6.jar javax.servlet-api-3.0.1.jar org.eclipse.osgi.services-3.3.0.jar org.apache.felix.scr.jar org.apache.felix.http.jetty-2.2.1.jar javax.servlet-api-3.0.1.jar aQute.sudoku.jar aQute.webrpc.jar But when I do that in my Apache Karaf and I go to http://localhost:8080/rpc/sudoku/index.html .. I see nothing ... Why ? What I have forgotten ? What is library forgotten ? After this project , I would like to know how i can download and find all the dependances of a bundle easily ???? Thank you for your advices and helps, -- View this message in context: http://karaf.922171.n3.nabble.com/find-dependance-of-a-jar-sudoku-using-Apache-Karaf-without-internet-How-to-do-it-tp4033407.html Sent from the Karaf - User mailing list archive at Nabble.com.
