1

If Arduino IDE itself is built on Java can I run JVM on the Arduino? If yes how should I do it?

Madivad
1,3728 silver badges26 bronze badges
asked Apr 28, 2016 at 4:34
3
  • An Arduino is the wrong choice for this task. Commented Apr 28, 2016 at 7:18
  • Ah, why do you want to do this? Commented Apr 28, 2016 at 10:49
  • Which limited memory hardware I can use here? I want to use in robotics and want to run machine on java. Commented Apr 28, 2016 at 11:18

1 Answer 1

1

Search for "embedded java". Oracle supports it for ARM cores, which is what some of the arduino-like boards such as the Teensy 3.X have, but I doubt they have enough resources to support it.

There is haiku-vm (google it!) that's designed with AVR processors in mind, but I don't know how actively it is being worked on.

Googling "embedded java avr" yields a tremendous amount of results; did you even try that?

answered Apr 28, 2016 at 4:44
1
  • Thank you very much for suggestions. I've tried searching vms. They support limited java libraries though. I want to know some other options if any.Also I don't know what hardware resources are required to support jvm.I went through nano vm too.Your suggestions helped me. Commented Apr 28, 2016 at 4:54

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.