You need at least Java SE 6 to install the framework.
The Knopflerfish OSGi framework should be installed by simply running the distribution jar file, either by double-clicking on the distribution file, or by the command:> java -jar knopflerfish_osgi_sdk_<version>.jarThis will open an installation wizard for selection installation directory and which components to install.
If you don't need the wizard, installation can also be done in batch mode, by entering the command:
> java -jar knopflerfish_osgi_sdk_<version>.jar -batch -silent...or by simply unpacking the jar file manually. (WinZip is also capable of unpacking .jar files)
After successfully installing Knopflerfish you may move on to starting the framework.
> cd knopflerfish.org/osgi > java -jar framework_compact.jar
Please see the next section for setting and configuring Knopflerfish run time options using .xargs files.