Does exist a Java example for EV3Dev?
jabrena opened this issue · 6 comments
jabrena commented
Hi,
anyone has tested EV3Dev with Java?
Cheers
Juan Antonio
ddemidov commented
Not that I know of. And its not listed on the libraries page, so I guess it does not exist.
jabrena commented
Yes, but i say an isolate example using the debian package.
public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" to the terminal window.
System.out.println("Hello, World");
}
}
ddemidov commented
That should be possible as long as you install some implementation of java runtime.
jabrena commented
Good night @ddemidov , I tested Java with EV3Dev without any problem.
This evening, I will try to define some issues to build a binding to Java as you do with Python.
https://github.com/jabrena/ev3dev-lang-java/
Cheers
jabrena commented