Re: [Java-gnome-developer] Unable to Compile Example
Brought to you by:
afcowie
From: Dominik G. <dkg...@gm...> - 2011-01-15 19:54:35
|
On Sat, 2011-01-15 at 14:25 -0500, Kenneth Prugh wrote: > 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. > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ java-gnome-developer mailing list jav...@li... https://lists.sourceforge.net/lists/listinfo/java-gnome-developer I'm sorry, I just found out I forgot to set the prefix for the configure script and was therefore working with the wrong jar file... Shame on me :( |