[Java-gnome-developer] Unable to Compile Example
Brought to you by:
afcowie
From: Dominik G. <dkg...@gm...> - 2011-01-14 12:18:54
|
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.java:87: cannot find symbol symbol : constructor Context(org.gnome.gdk.EventExpose) location: class org.freedesktop.cairo.Context cr = new Context(event); ^ 1 error 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. |