Start Knopflerfish

Unknown macro: {scrollbar}

Start Knopflerfish

To start up highest supported Knopflerfish version use the following:

pax-run --platform=knopflerfish

If you want to start a specific Knopflerfish version use the following:

pax-run --platform=knopflerfish --version=2.0.0

"knopflerfish" can be shortened to just "k" or "kf" as in --platform=k or --p=k.

Supported Knopflerfish versions

  • --version=3.0.0 (beta 1) (since Pax Runner 1.2.0)
  • --version=2.3.3 (since Pax Runner 1.2.0)
  • --version=2.3.2 (since Pax Runner 1.2.0)
  • --version=2.3.1 (since Pax Runner 0.20.0)
  • --version=2.3.0 (since Pax Runner 0.19.0)
  • --version=2.1.1 (since Pax Runner 0.14.0)
  • --version=2.1.0 (since Pax Runner 0.11.0)
  • --version=2.0.5 (since Pax Runner 0.9.0)
  • --version=2.0.4 (since Pax Runner 0.9.0)
  • --version=2.0.3 (since Pax Runner 0.6.0)
  • --version=2.0.2 (since Pax Runner 0.17.0)
  • --version=2.0.1 (since Pax Runner 0.17.0)
  • --version=2.0.0

Using snapshot version of Knopflerfish

If you wanna leave on the edge and use the latest snapshot version of Knopflerfish you can do the following:

pax-run --platform=knopflerfish --snapshot

This will start the latest snapshot release of Knopflerfish available.
Pax Runner caches the jars it uses so you may run into cases where the latest version of the framework is not really the latest. To avoid that, use the option --overwriteSystemBundles. This option guarantees that the system bundles (=framework itself) will be re-downloaded.
This feature is only available starting with [release 0.18.0 of Pax Runner].