I have a java web start applications that perfectly works on my pc. The problem is that this app needs to be run on machines where the user does not have admin rights. For linux everything works fine even without sudo rights, but on windows I keep getting errors like this:
JNLPException[category: System Configuration : Exception: null : LaunchDesc: null ]
Moreover while I tested and make everything work on the 3 test PCs, every time I use another PC I get a new error like
JARSigningException
or
InvocationTargetException - Can't load library: \\Ubz01fst\Profs\User\xxx\swt-win32-3738.dll
The documentation is not that much, the debug is difficult on JNLPs. Do you think that it is my problem or as I guess the library is not stable and well defined for all the platforms and the architectures?