If you're a beginner with OSGI I wouldn't start by mucking around with as complex an application as Eclipse. Start with a simple example instead that doesn't have any other external dependencies. The Felix examples I pointed you to accomplish that nicely.
Suresh Khant
Ranch Hand
Joined: Feb 27, 2010
Posts: 100
posted
0
Thanks Moores for your reply,
I have did the following steps
1. create Activator.java file
2. generate the jar file "BundleExample1.jar"
3. start it using the command
start file:/home/test/Desktop/BundleExample1.jar
but am getting the following error
manifest.mf
Activator.java
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2329
posted
0
Looks like you're using an old JRE version. Recompile the sources with the JDK/JRE with which you intend to run them.