ev3dev/ev3dev-lang

Does exist a Java example for EV3Dev?

jabrena opened this issue · 6 comments

Hi,

anyone has tested EV3Dev with Java?

Cheers

Juan Antonio

Not that I know of. And its not listed on the libraries page, so I guess it does not exist.

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");
    }

}

That should be possible as long as you install some implementation of java runtime.

I will try to test today.

Many thanks @ddemidov

Cheers

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