ctipper
ctipper
There are ways to use jlink with automatic modules, but it's not supported by default, see for example this thread [https://stackoverflow.com/a/63627730](https://stackoverflow.com/a/63627730)
+1 Big Sur, JDK 17 I wonder if the matcher pattern catches the case where system Auto theme is set
Developer seems to have explored this issue: > For working with the new macOS Catalina you need to combine `AppleInterfaceStyle` with this new value introduced `AppleInterfaceStyleSwitchesAutomatically` [https://stackoverflow.com/a/57429660](https://stackoverflow.com/a/57429660) with a reference...
This library would be useful if this issue were fixed. With reference to the example project referenced above the developer quietly updated his project with the correct property for macOS...
It sounds like you don't want logging at all, in which case you should add sl4j-nop (no-op) logger to your dependencies. I only know log4j with that if you have...
You should try to configure logging and then you can selectively enable libraries, what you were doing is unlikely to work. -- Sent with Spark On 23 May 2022, 06:10...
I had a look at this, I'm not sufficient to the task but I got it working. Main issue is NetbeansLauncher is not bundled in binary distribution, it is located...
to be explicit this folder contains source of launcher if you examine source it is a direct call to unix script, not much to do, as long as it's compiled...
I have tried the new branch, it seems to be OK. I note that `NetBeansLauncher` is a single-architecture, I am told there is a work around to create a universal...
Going to be needed on every platform since macOS 10.15 Apple do not support Mojave AFAIK, is backwards compatibility really required? There is a very interesting issue #3467 on apache/netbeans...