Skip to content
New issue

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

javac: invalid flag: -h #491

Open
someshsuman opened this issue Mar 8, 2021 · 0 comments
Open

javac: invalid flag: -h #491

someshsuman opened this issue Mar 8, 2021 · 0 comments

Comments

@someshsuman
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant