grephq/Jusb

javah usb.class Exception: usb is not a valid class name

Closed this issue · 1 comments

Cannot generate JNI C file using the command

javah -classpath classpath -d output_directory fully.qualified.ClassName

Fixed using the command

javac -h . filename.java