What steps will reproduce the problem?
1. Compile .sln in javahidapi/windows, creates hidapi-jni.dll correct.
2. Put PenTest.java in folder with javahidapi folder.
3. Trying to compile it, as shown under "additional information".
4. Getting the error
What is the expected output? What do you see instead?
- Correct run of the program. I see there following:
"Error: Could not find or load main class PenTest"
What version of the product are you using? On what operating system?
- javahidapi-20111221
- Windows 7 64-bit
- Java version 1.7.0_03
- Java is already added to PATH
Please provide any additional information below.
Output from cmd:
C:\>javac -cp .\javahidapi\bin PenTest.java
C:\>java -cp .\javahidapi\bin PenTest
Error: Could not find or load main class PenTest
Original issue reported on code.google.com by MartinDi...@gmail.com on 19 Apr 2012 at 11:33
Original issue reported on code.google.com by
MartinDi...@gmail.com
on 19 Apr 2012 at 11:33