Closed luisrodero-fidesmo closed 2 years ago
Got NullPointerException when running the program:
NullPointerException
$ java -jar fdsm.jar --help Exception in thread "main" java.lang.NullPointerException at com.fidesmo.fdsm.Main.main(Main.java:69)
Also, I'd advice to update README so it warns that JAVA_HOME must be set.
JAVA_HOME
Already fixed with latest release (https://github.com/fidesmo/fdsm/releases/tag/v22.04.08)
Checked, command in issue description works with latest version :+1:
Got
NullPointerException
when running the program:Also, I'd advice to update README so it warns that
JAVA_HOME
must be set.