I have a java application in netbeans, it will build and run from the command prompt in windows 7, then when I send the .jar to my windows XP virtual machine I get a exception when I try to run it.
Exception in thread main, java.lang.NoClassDefFoundError: org/jnativehook/mouse/NativeMouseInputListener
I figure this exception means that my library JNativeHook is not being built with my .jar, but I know it is because it runs on my windows 7.
Any ideas?