0 Forks
0 Stars
0 Watchers

osgi-and-java

This First OSGi Bundle tutorial will drive you through a sample OSGi bundle project and OSGi runtime creation. We will see “How to develop OSGi Bundle” and this tutorial is intended for beginners who are about to start learning OSGi. We will use Eclipse, IntelliJ IDEA, and Terminal/CMD (step-by-step).

How to download and setup osgi-and-java

Open terminal and run command
git clone https://github.com/desi109/osgi-and-java.git
git clone is used to create a copy or clone of osgi-and-java repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with osgi-and-java https://github.com/desi109/osgi-and-java/archive/master.zip

Or simply clone osgi-and-java with SSH
[email protected]:desi109/osgi-and-java.git

If you have some problems with osgi-and-java

You may open issue on osgi-and-java support forum (system) here: https://github.com/desi109/osgi-and-java/issues