UserXXX / vCom

Client and server for secure communication
GNU General Public License v3.0
0 stars 0 forks source link

Can a Raspberry PI run Java? #1

Closed UserXXX closed 9 years ago

UserXXX commented 9 years ago

Can a Raspberry PI run normal Java applications or is it necessary to use a subset of the Java API? Is it possible to use the Java Native Interface (JNI) on a Raspberry PI? Do external C libraries for JNI need a specific compilation environment / compiler?

Kaische commented 9 years ago

A Raspberry Pi can run Java SE 8. JavaFX is not supported (http://www.oracle.com/technetwork/java/javase/certconfig-2095354.html). JNI can be used.