9
9GB
Well, I am having a little trouble compiling my file and generating
header files through it. I am loading a DLL file in Test1.java and
then I compile it this way and get the following message:
javac Test1
javah -jni Test1
error: cannot access Test1
file Test1.class not found
javadoc: error - Class Test1 not found.
Error: No classes were specified on the command line. Try -help.
Can anybody tell me whats the problem with this?
header files through it. I am loading a DLL file in Test1.java and
then I compile it this way and get the following message:
javac Test1
javah -jni Test1
error: cannot access Test1
file Test1.class not found
javadoc: error - Class Test1 not found.
Error: No classes were specified on the command line. Try -help.
Can anybody tell me whats the problem with this?