Re: [Java-gnome-developer] Unable to Compile Example
Brought to you by:
afcowie
From: Kenneth P. <ken...@gm...> - 2011-01-15 19:25:35
|
On Sat, 15 Jan 2011 20:07:25 +0100 Dominik Gabi <dkg...@gm...> wrote: > > I've tried it with the one that was in the ubuntu repository (don't > know which version that was) and afterwards compiled the java-gnome > 4.0.18 from source. Hmm, well .18 should work, eg: tar xvf java-gnome-4.0.18.tar.bz2 cd java-gnome-4.0.18 ./configure && make -j3 cd doc/examples/cairo javac -cp ../../../tmp/gtk-4.0.jar ExampleDrawingInExposeEvent.java That should compile fine. |