ev3dev / ev3dev-lang

(deprecated) language bindings for ev3dev sensors, motors, LEDs, etc.
GNU General Public License v2.0
56 stars 39 forks source link

Does exist a Java example for EV3Dev? #111

Closed jabrena closed 8 years ago

jabrena commented 8 years ago

Hi,

anyone has tested EV3Dev with Java?

Cheers

Juan Antonio

ddemidov commented 8 years ago

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

jabrena commented 8 years ago

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 8 years ago

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

jabrena commented 8 years ago

I will try to test today.

Many thanks @ddemidov

Cheers

jabrena commented 8 years ago

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 8 years ago

https://github.com/jabrena/ev3dev-lang-java/issues/3