PhilipsHue / PhilipsHueSDK-Java-MultiPlatform-Android

The Software Development Kit for Philips Hue Java Mulfi-Platform and Android (beta)
273 stars 214 forks source link

sdkresources.jar is missing in Java-DesktopApp #8

Closed shreaker closed 9 years ago

shreaker commented 9 years ago

Hi SteveyO, sdkresources.jar is missing in Java-DesktopApp. Project can't be build. Thank you.

SteveyO commented 9 years ago

Hi there, sdkresources.jar was an older name used in older versions of the sample apps. This is now called: huesdkresources.jar

This can be found under the libs folder in the JavaDesktopApp so it looks like everything is functioning normally. i.e. https://github.com/PhilipsHue/PhilipsHueSDK-Java-MultiPlatform-Android/tree/master/JavaDesktopApp/libs

Just update your project properties to use this .jar and you should be ok. Let me know if you encounter any issues after doing this. Thanks/Steve (aka SteveyO)

shreaker commented 9 years ago

Hi Steve, thank you. That did it. Now everything works.

SteveyO commented 9 years ago

Great! Glad it worked.