I'm getting the subject error even though the DLL is created in the temp directory (and then immediately removed, but not sure if it's before or after the error displays):
C:\Users\ADMINI~1\AppData\Local\Temp\1\jna-146731693\jna290172322139546992.dll (JVMPORT015E Unable to resolve shared library references - a prerequisite shared library may be missing)
Exception: java.lang.UnsatisfiedLinkError
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1035)
at java.lang.System.load(System.java:495)
at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:851)
at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:826)
at com.sun.jna.Native.(Native.java:140)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:201)
at com.sun.jna.Pointer.(Pointer.java:41)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:201)
at com.sun.jna.platform.win32.WinNT$HANDLEByReference.(WinNT.java:1265)
at com.sun.jna.platform.win32.WinNT$HANDLEByReference.(WinNT.java:1261)
at com.sun.jna.platform.win32.Advapi32Util.getCurrentUserGroups(Advapi32Util.java:439)
at com.ford.os.OS.isAdmin(OS.java:99)
at com.ford.wasaids.command.AbstractCommand.checkAdminUser(AbstractCommand.java:209)
at com.ford.wasaids.command.Install.checkAdminUser(Install.java:95)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at com.ford.wasaids.command.AbstractCommand.process(AbstractCommand.java:504)
at com.ford.wasaids.command.CommandProcessor.perform(CommandProcessor.java:272)
at com.ford.wasaids.command.CommandProcessor.main(CommandProcessor.java:339)
I'm getting the subject error even though the DLL is created in the temp directory (and then immediately removed, but not sure if it's before or after the error displays):
C:\Users\ADMINI~1\AppData\Local\Temp\1\jna-146731693\jna290172322139546992.dll (JVMPORT015E Unable to resolve shared library references - a prerequisite shared library may be missing)
Exception: java.lang.UnsatisfiedLinkError
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1035)
at java.lang.System.load(System.java:495)
at com.sun.jna.Native.loadNativeDispatchLibraryFromClasspath(Native.java:851)
at com.sun.jna.Native.loadNativeDispatchLibrary(Native.java:826)
at com.sun.jna.Native.(Native.java:140)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:201)
at com.sun.jna.Pointer.(Pointer.java:41)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:201)
at com.sun.jna.platform.win32.WinNT$HANDLEByReference.(WinNT.java:1265)
at com.sun.jna.platform.win32.WinNT$HANDLEByReference.(WinNT.java:1261)
at com.sun.jna.platform.win32.Advapi32Util.getCurrentUserGroups(Advapi32Util.java:439)
at com.ford.os.OS.isAdmin(OS.java:99)
at com.ford.wasaids.command.AbstractCommand.checkAdminUser(AbstractCommand.java:209)
at com.ford.wasaids.command.Install.checkAdminUser(Install.java:95)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at com.ford.wasaids.command.AbstractCommand.process(AbstractCommand.java:504)
at com.ford.wasaids.command.CommandProcessor.perform(CommandProcessor.java:272)
at com.ford.wasaids.command.CommandProcessor.main(CommandProcessor.java:339)