fedora-java / javapackages

Macros and scripts for Java packaging support
Other
7 stars 15 forks source link

Do not error out if JAVA_HOME is not set #118

Closed fridrich closed 2 weeks ago

fridrich commented 2 weeks ago

There is really no point to bail out if the JAVA_HOME is not set and the scripts work just fine without it. They will run with the java found in the PATH.