intellimate / Izou

A home automation API for the Raspberry Pi in java. javadoc: http://intellimate.github.io/Izou/apidocs/overview-summary.html
Other
5 stars 0 forks source link

Izou default properties file #12

Closed LeanderK closed 9 years ago

LeanderK commented 9 years ago

Exception in thread "main" java.lang.NullPointerException: File path does not exist at intellimate.izou.addon.AddOn.setDefaultPropertiesPath(AddOn.java:319) at intellimate.izou.addon.AddOnManager.registerPropertyFiles(AddOnManager.java:155) at intellimate.izou.addon.AddOnManager.retrieveAndRegisterAddOns(AddOnManager.java:167) at intellimate.izou.main.Main.(Main.java:36) at intellimate.izou.main.Main.main(Main.java:56)

setDefaultPropertiesPath(String addOnName) addOnName = "null-null"

addOn.getClass().getPackage().getImplementationTitle() returns null