Sunday, December 22, 2013

Install java-gnome on Raspberry Pi

java-gnome, currently 4.1, are the Java bindings for GTK and GNOME. Featuring a robust engineering design, completely generated internals, a lovingly crafted layer presenting the public API, and steadily increasing coverage of the underlying libraries.

You can use java-gnome to develop sophisticated user interfaces for Linux applications so that they richly integrate with the GNOME Desktop while leveraging the power of the Java language and your expertise with it.

To install java-gnome, enter the command:
$ sudo apt-get install libjava-gnome-java

Please notice that the file gtk-4.1.jar will be installed in /usr/share/java/, you will need it when compile and run the java using java-gnome.

/usr/share/java/gtk-4.1
/usr/share/java/gtk-4.1
Next:
Example of programming with java-gnome

No comments: