fidesmo / fdsm

Tiny Fidesmo command line client in Java
https://developer.fidesmo.com
MIT License
15 stars 3 forks source link

NullPointerException when the program starts #79

Closed luisrodero-fidesmo closed 2 years ago

luisrodero-fidesmo commented 2 years ago

Got NullPointerException when running the program:

$ 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.

JSantosP commented 2 years ago

Already fixed with latest release (https://github.com/fidesmo/fdsm/releases/tag/v22.04.08)

luisrodero-fidesmo commented 2 years ago

Checked, command in issue description works with latest version :+1: