sobota 25. ledna 2014

Installing and starting bundles in OSGI on windows

In most tutorials, you can find that similar to the following command for installing new bundles should work:

osgi>install file:c:\temp\bundles\plugins\org.eclipse.equinox.ds.jar

But when I tried this, I encountered the error: gogo: BundleException: An error occurred trying to read the bundle

So in such case, the following change helped me:
osgi>install file:c:///Temp//bundles//plugins//org.eclipse.equinox.ds.jar

Original command will work on Linux system.

Žádné komentáře:

Okomentovat