...
- current versions of Weave are compiled against Java 1.6 8 and will not work under Java 1.5 7 or earlier, or Java 9 and later.
- OSGI needs some environment variables set and
-Dosgi.clean=false
must be included in your JVM arguments - if you need to connect to the OSGI console, then
-Dosgi.console=xxx
(where xxx is your desired port number (>1024)) must be included in your JVM arguments
...