AlienFxLite icon indicating copy to clipboard operation
AlienFxLite copied to clipboard

ERROR java >= 7 is required whereas I have java 11 openjdk and my JAVA_HOME is set correctly

Open stayingalivee opened this issue 3 years ago • 0 comments

after doing the following

$ mkdir build && cd build
# The default install prefix is /usr/local
$ cmake .. -DCMAKE_INSTALL_PREFIX="YOUR_INSTALL_PREFIX"

Im getting this error

ERRORJava >= 7 is required
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ahmad/workspace/AlienFxLite/build

and the .jar file isn't created.

Any thoughts ?

stayingalivee avatar Dec 03 '20 15:12 stayingalivee