You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I follow the steps mentioned in the readme. I am getting the below error. Could you please provide some pointers on how this can be resolved?
/Users/ss>java -version
openjdk version "1.8.0_242"
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_242-b08)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.242-b08, mixed mode)
/Users/ss>cd ~/codebase/jzmq/jzmq-jni/
/Users/ss/codebase/jzmq/jzmq-jni>make
Making all in src/main/c++
javac -d . -h . ../java/org/zeromq/EmbeddedLibraryTools.java ../java/org/zeromq/ZMQ.java ../java/org/zeromq/ZMQException.java
javac: invalid flag: -h
Usage: javac <options> <source files>
use -help for a list of possible options
make[1]: *** [javac_stamp] Error 2
make: *** [all-recursive] Error 1
The text was updated successfully, but these errors were encountered:
I follow the steps mentioned in the readme. I am getting the below error. Could you please provide some pointers on how this can be resolved?
The text was updated successfully, but these errors were encountered: