+ 1
Can i devolop Java programs in Raspberry pi 3 ?
i want to devolop Java programs in my raspberry pi3 .I only can make in notepad or some IDLE s?. if u know IDLEs for Java in raspberry pi3 please share with me. Thanks
1 Resposta
+ 11
You could run an embedded Linux distribution on your Pi and then run Java embedded on it:
http://www.oracle.com/technetwork/java/embedded/overview/index.html
Idk if it is good to run an ide on the Pi ^^ I used to compile the code with an ide on PC and then transferred it to the uc to run it there.