| Author |
error on running OSGI example
|
Suresh Khant
Ranch Hand
Joined: Feb 27, 2010
Posts: 100
|
|
Hi All,
I am trying to run my first example of OSGI , following the instructions giving in the link
http://www.javaworld.com/javaworld/jw-03-2008/jw-03-osgi1.html?page=2
but unfortunately getting the following error while running it:
|
 |
Michael Van
Ranch Hand
Joined: Nov 25, 2003
Posts: 32
|
|
This error is caused because your bundle is attempting to load a bundle with the symbolic name of "org.eclipse.jdt.junit", any version. Try deploying that before your application, and it should allow you to proceed to the next error.
Mike Van
Apache Software Foundation Committer
|
Mike Van
Apache Software Foundation Committer
|
 |
 |
|
|
subject: error on running OSGI example
|
|
|