We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[junit] Testcase: testGetProcessFilePath(com.sun.jna.platform.WindowUtilsTest): FAILED [junit] Path didn't contain '\bin\javaw.exe': c:\Program Files\Java\jdk1.7.0_40\jre\bin\java.exe [junit] junit.framework.AssertionFailedError: Path didn't contain '\bin\javaw.exe': c:\Program Files\Java\jdk1.7.0_4 0\jre\bin\java.exe [junit] at com.sun.jna.platform.WindowUtilsTest.testGetProcessFilePath(WindowUtilsTest.java:617) [junit] [junit]
I think this broke in #400, @PAX523 would you mind taking a look?
The text was updated successfully, but these errors were encountered:
0542e66
Nm, I fixed it trivially in 0542e66.
Sorry, something went wrong.
Fix #405: under JRE the process is java.exe, not javaw.exe.
fd3d78d
No branches or pull requests
I think this broke in #400, @PAX523 would you mind taking a look?
The text was updated successfully, but these errors were encountered: