Go to advanced search

by LucasHMSilva
Sat Jun 04, 2016 2:15 pm
Forum: Java
Topic: [Solved] Building MRAA for Java on Pi 2 B (raspbian)
Replies: 3
Views: 1518

Re: Building MRAA for Java on Pi 2 B (raspbian)

Solved! After a close look at the Cmake error log, I realized that JAVA_HOME was somehow not exported and after a simple export JAVA_HOME=/usr/lib/jvm/jdk 8 everything worked.

Mod's please mark as solved
by LucasHMSilva
Sat Jun 04, 2016 3:11 am
Forum: Java
Topic: [Solved] Building MRAA for Java on Pi 2 B (raspbian)
Replies: 3
Views: 1518

[Solved] Building MRAA for Java on Pi 2 B (raspbian)

i'm trying to use the MRAA lib to program the pins with java, but when I built the files, I can't find where the path was set, idealy it would be set on /usr/lib, but there's no mraa. Without it I can't compile the Java files that include mraa and load mraajava. PS: I folowed the guide on the https:...

Go to advanced search