I have added the pi4j jar files to netbeans project and built the executable jar file with no errors
I have installed jdk8 early access for raspberry pi in my RPi and usually run the jar file using the following command
java -Djavafx.platform=eglfb -cp /opt/jdk1.8.0/jre/lib/jfxrt.jar:/home/pi/Keyboard.jar Keyboard.keyboard
(I tried this, but not working - Exception in Application start method)
Should i include classpath .:classes:/opt/pi4j/lib/'*' while executing jar file? How should I include this?
Thanks in advance
On Friday, July 26, 2013 5:03:08 PM UTC-4, Pradeep Munikoti Srinivasa wrote: