If i copied the dll to the signed jar, still got the exceptions while applet loading.
I copied the dlls first to jar then signed and also signed first and then copied dlls. Both ways same exception
Exception in
thread "thread applet-com.applet.MyApplet-1" java.lang.UnsatisfiedLinkError: no jniwrap in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.jniwrapper.r.run(SourceFile:127)
at java.security.AccessController.doPrivileged(Native Method)
at com.jniwrapper.DefaultLibraryLoader.loadLibrary(SourceFile:131)
at com.jniwrapper.Library.loadNativeCode(SourceFile:41)
at com.jniwrapper.Library.loadNativeCode(SourceFile:66)
at com.jniwrapper.Library.ensureNativeCode(SourceFile:76)
at com.jniwrapper.PlatformContext.a(SourceFile:241)
at com.jniwrapper.PlatformContext.getDefaultStructureAlignment(SourceFile:182)
at com.jniwrapper.Structure.init(SourceFile:101)
at com.jniwrapper.win32.system.VersionInfo.<init>(SourceFile:43)
at com.jniwrapper.win32.system.Kernel32.isUnicode(SourceFile:44)
at com.jniwrapper.win32.FunctionName.<clinit>(SourceFile:18)
at com.jniwrapper.win32.registry.WinRegistry.<clinit>(SourceFile:17)
at com.jniwrapper.win32.registry.RegistryKey.getHandle(SourceFile:374)
at com.jniwrapper.win32.registry.RegistryKey.openSubKey(SourceFile:308)
at com.jniwrapper.win32.registry.RegistryKey.openSubKey(SourceFile:295)