* John Rice <John.Rice at sun.com> [2006-06-22 10:15]: > For those of us who enjoy hacking in Java and want full access to the > underlying Gnome API and like using Glade to specify your Gnome UI, here > you go. > > "Java-Gnome is a set of Java bindings for the GNOME > <http://www.gnome.org> and GTK+ <http://www.gtk.org> libraries that > allow GNOME and GTK+ applications to be written in Java." > > I've written spec files for all the core libs the folks at Java-Gnome > have created [http://java-gnome.sourceforge.net/].
Cool. > $ javac -classpath > .:/usr/share/java/glib0.2.jar:/usr/share/java/cairo1.0.jar:/usr/share/java/gtk2.8.jar:/usr/share/java/gnome2.12.jar:/usr/share/java/glade2.12.jar > > glade/LibGladeTest.java > $ java -classpath > .:/usr/share/java/glib0.2.jar:/usr/share/java/cairo1.0.jar:/usr/share/java/gtk2.8.jar:/usr/share/java/gnome2.12.jar:/usr/share/java/glade2.12.jar > > glade/LibGladeTest glade/gtk.glade Ignoring whether or not classpaths are cool, these need to move just a smidge, so that they are with all the other classes. See PSARC/2006/053, "Public Java classes for Solaris" (Summary: move to /usr/share/lib/java, and maybe also change your JNI objects' names.) - Stephen -- Stephen Hahn, PhD Solaris Kernel Development, Sun Microsystems stephen.hahn at sun.com http://blogs.sun.com/sch/
