heronarts / LX

Core library for 3D LED lighting engines
https://chromatik.co/
Other
41 stars 25 forks source link

Fix Maven build out of box by avoiding error on JAVA_HOME #88

Closed jkbelcher closed 1 year ago

jkbelcher commented 1 year ago

By default the dev toolchain produces an error running maven clean package within eclipse, on OSX/Ventura/apple arch:

Error while generating Javadoc: Unable to find javadoc command: The environment variable JAVA_HOME is not correctly set.

JAVA_HOME is not set by the installers, but this addition to pom solves the problem. Worth inclusion to make things build out of the box?

mcslee commented 1 year ago

Wow bizarre, never seen that before!