I can’t find information about starting and using Apache Felix from code.
I want do things which I am able (or unable 😉 ) to do with Apache Felix’s Shell.
For example, how do I start a module?
Please help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
So, after trying around a lot of time, here’s a possible solution.
We will have two projects:
Project OsgiModuleA
File module/a/Activator.java
File manifest.mf
Project OsgiUsage
File usage/Main.java
Output