Robinson
Robinson
I'm having trouble getting SWT working with JPMS -- i'll release 4.2 without fixes to JPMS - just so igel os is tested again and working.
can I send you test jars? I've got most of them built already, but there are SWT problems if you are loading them via the module-system, but they *should* work...
[libs.zip](https://github.com/dorkbox/SystemTray/files/6390072/libs.zip) See if these jars can get you started
Just to make sure... can you use the Java 8 jvm? - On April 28, 2021 15:16:40 St3pp3nw0lf82 ***@***.***> wrote: > > Hi, just a quick update. > > To...
Hm. I'm not sure what is causing that error. It seems like the jar is not getting loaded onto the classpath?
Oh interesting. Thank you for the info/emails! The more info I have on how problems are fixed, the better equipped I am to fix them.
You're right, it's not quite working correctly with automatic modules. Other users have reported issues on this, and I'm in the middle of creating **proper** JPMS builds. I'm hoping they...
**Short version**: If you exclude _anything_, it will not work properly. Maybe it works for your specific OS/DE combination, but it definitely will crash on a different OS/DE combination. Specifically,...
That's a lot all at once, but to answer your immediate concern, `Updates.ENABLE = false` will turn it off. If you look at the source, you'll see more specific details...
Just remembered, `Updates.ENABLE` is the kotlin notation, for java it's `Updates.INSTANCE.ENABLE`