Results 88 comments of Robinson

https://git.dorkbox.com/dorkbox/SystemTray_Test is a repo that properly tests the system tray with java modules.

Hi there. Can you give me a full debug output during startup, with `SystemTray.DEBUG = true` ? I can’t really help with anything until I have this information.

Thank you for the detailed writeup! It might be related to JavaFX (which is finicky). I’ll look into this.

Are you excluding dependencies?

I've uploaded an example of using the system tray + gradle: https://git.dorkbox.com/dorkbox/SystemTray_Test

Additionally, if you clone the system tray git repo, you can run the "jarExample" task, and it will create a fatjar of all dependencies + the example code (which is...

looking at your uber-jar, you can remove all of the JNA targets that you don't care about. ![Screenshot 2023-01-19 at 00 29 13](https://user-images.githubusercontent.com/5301521/213317841-8beee6b7-a22e-4a31-a529-4cead8fc2860.png)

I can think of a few other things: - use the log4J -> SLF4J bridge + logbook. Log4J is really horrible (yet insanely popular), and is the entire reason slf4j...

RE: the error. I think I know what's going on. From looking at the uberjar, you're also using Notify.... and there might be jar version conflicts. I'll go through and...

Still working on updating all the projects. There is... a lot.