2006-10-31 12:42:41 UTC
Hi!
I try to use the SysTray API with my application, I've copied the .dll in the system32 folder and attach the .jar to my project, but when I run it, says:
Exception in thread "main" java.lang.NoClassDefFoundError: snoozesoft/systray4j/SysTrayMenuListener
I use eclipse to build and run my project, and when I write: import snoozesoft.systray4j.*; eclipse detects the package correctly.
I don't understand what is the problem. Please Help me.
Thanks.