Re: [Java-gnome-developer] Unable to Compile Example

2011-01-15 Thread Andrew Cowie
On Sat, 2011-01-15 at 20:53 +0100, Dominik Gabi wrote: > 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 :( Nah, not at all. That's computing for you. I'm glad to hear you figured it out. > I've

Re: [Java-gnome-developer] Unable to Compile Example

2011-01-15 Thread Dominik Gabi
On Sat, 2011-01-15 at 14:25 -0500, Kenneth Prugh wrote: > On Sat, 15 Jan 2011 20:07:25 +0100 > Dominik Gabi 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,

Re: [Java-gnome-developer] Unable to Compile Example

2011-01-15 Thread Kenneth Prugh
On Sat, 15 Jan 2011 20:07:25 +0100 Dominik Gabi 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-gno

Re: [Java-gnome-developer] Unable to Compile Example

2011-01-15 Thread Dominik Gabi
On Sat, 2011-01-15 at 13:17 -0500, Kenneth Prugh wrote: > On Fri, 14 Jan 2011 13:18:46 +0100 > Dominik Gabi wrote: > > > Hi, > > [...] > > Did I forget to include something in my classpath? I was looking for > > the org.freedesktop package but could not find it... Any hints as to > > what I might

Re: [Java-gnome-developer] Unable to Compile Example

2011-01-15 Thread Kenneth Prugh
On Fri, 14 Jan 2011 13:18:46 +0100 Dominik Gabi wrote: > Hi, > [...] > Did I forget to include something in my classpath? I was looking for > the org.freedesktop package but could not find it... Any hints as to > what I might be doing wrong? > > Thanks in advance, >Dominik. What version of

[Java-gnome-developer] Unable to Compile Example

2011-01-14 Thread Dominik Gabi
Hi, maybe this is a stupid question but I seem to be unable to compile the ExampleDrawingInExposeEvent.java example. This is the output I get on my Ubuntu (10.10) system: dominik@EeePC:~/Desktop$ javac -cp /usr/share/java/gtk.jar:. ExampleDrawingInExposeEvent.java ExampleDrawingInExposeEvent.jav