Closed lobsteroh closed 8 years ago
I just tried mvn clean install
from the root (which will also build jarduino.core) and it worked... Did you recompile from the sources you cloned from GitHub?
Thanks Brice, i was not clear, tried to shorten, failed miserably ... yes, 'mvn clean install' builds with success and creates org.sintef.jarduino.core-0.1.7-SNAPSHOT,jar. i use it to replace the version of that jar that is included in the newest distribution for 0.1.7b and run example Blink ... or any other example in the list. All of them fail at runtime while instantiating the basic JArduino object.
I need to compile the jars from source as I want to define the additional pins from the Mega 2560.
OK, it should work now. Just recompile the whole project. Tell me if you still have issues
Hi Brice, quick note to confirm that this fixed the issue. much obliged. Robert
line 42 in AbstractJArduino.java
throws ...
when i 'mvn clean install' Arduino/jarduino.core/pom.xml to recompile org.sintef.jarduino.core-0.1.7-SNAPSHOT,jar and replace the copy that is in the distribution for examples 0.1.7b, then run Blink.java or any other example.