When running the code in Netbeans on Windows 10 I get the following error:
Found library 'Mpr.dll' at Mpr.dll
Exception in thread "main" com.sun.jna.LastErrorException: [2] The system cannot find the file specified.
at com.sun.jna.Native.invokeInt(Native Method)
at com.sun.jna.Function.invoke(Function.java:383)
at com.sun.jna.Function.invoke(Function.java:315)
at com.sun.jna.Library$Handler.invoke(Library.java:212)
at com.sun.proxy.$Proxy0.WNetOpenEnumW(Unknown Source)
at MprTest.testEnumW(MprTest.java:100)
at MprTest.main(MprTest.java:125)
Which file is the missing?
When running the code in Netbeans on Windows 10 I get the following error:
Found library 'Mpr.dll' at Mpr.dll
Exception in thread "main" com.sun.jna.LastErrorException: [2] The system cannot find the file specified.
at com.sun.jna.Native.invokeInt(Native Method)
at com.sun.jna.Function.invoke(Function.java:383)
at com.sun.jna.Function.invoke(Function.java:315)
at com.sun.jna.Library$Handler.invoke(Library.java:212)
at com.sun.proxy.$Proxy0.WNetOpenEnumW(Unknown Source)
at MprTest.testEnumW(MprTest.java:100)
at MprTest.main(MprTest.java:125)
Which file is the missing?