[Java-gnome-developer] Code in CVS
Brought to you by:
afcowie
From: Mark H. <mh...@ti...> - 2002-12-24 10:22:04
|
Hi, For using the code in CVS: 1) Checkout the java-gnome module from the cvs repository. Details can be found at http://sourceforge.net/cvs/?group_id=1522 2) run ./configure to set up Make files 3) run Make. This will compile the libraries, producing shared libraries (.so files) and java bytecode in jar files. These will all be placed in the java-gnome-dir/lib directory. Example applications can be found in src/examples/[gtk|gnome|..]. Before using them, you must set up your environment: export LD_LIBRARY_PATH=/path-to-java-gnome/lib/ -this will make the system search here for the shared libraries. export CLASSPATH=/path-to-jg/lib/gtk.jar:/path-to-jg/lib/gnome.jar:$CLASSPATH -this will allow java to find the java bytecode. then compile the example, e.g. javac buttonbox/ButtonBoxes.java and run: java buttonbox/ButtonBoxes Hope that helps. -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... | mh...@ca... |