Ron Pressler
Ron Pressler
Hi. Any news on that?
Instead of using the `SplashScreen-Image` manifest attribute, try putting `loader.gif` in the capsule's root, and adding `'-splash:loader.gif'` not to `args` (which are passed to the application's `main`) but to `jvmArgs`...
Wrong project?
Very nice. Could you add a unit-test?
Thanks! I guess as `9.0.0`.
I think this issue refers to running on pre-9 with an installed 9.
Java and Windows version? Also, could you ask on the mailing list if anyone else has experienced this?
Capsule tunnels JMX from the application to the capsule process. For the record, the unsafe bits are [this](https://github.com/puniverse/capsule/blob/master/capsule/src/main/java/Capsule.java#L5557), and [this](https://github.com/puniverse/capsule/blob/master/capsule/src/main/java/Capsule.java#L5480), which uses a hidden API to programmatically start a JMX...
> Ah, Capsule runs a sub-jvm? Yes, when not trampolining with a "real executable capsule". After all, Capsule must configure the application's JVM. When trampolining, the app's JVM is [replaced...
Oh, that may be an even easier fix, but I'll need to learn more about the module system's rules re reflection. Do you have a link for info about the...