On Sun, Jun 8, 2008 at 12:03 AM, Leslie Viljoen <leslieviljoen / gmail.com> wrote: > When I got to this point before I started looking at the view, > thinking that it would be somehow related to a form I might build with > Matisse. I tried putting things into the quotes after set_java_class. > > If I click "run" now I get to choose something to do with RAWR from a > combo box and then I get: > > init: > deps-jar: > Created dir: /home/lesliev/dev/ruby-gui/demo/build/classes > Compiling 1 source file to /home/lesliev/dev/ruby-gui/demo/build/classes > /home/lesliev/dev/ruby-gui/demo/src/org/rubyforge/rawr/Main.java:11: > package org.jruby does not exist > import org.jruby.Ruby; > /home/lesliev/dev/ruby-gui/demo/src/org/rubyforge/rawr/Main.java:12: > package org.jruby.javasupport does not exist > import org.jruby.javasupport.JavaEmbedUtils; > /home/lesliev/dev/ruby-gui/demo/src/org/rubyforge/rawr/Main.java:19: > cannot find symbol > symbol : class Ruby > location: class org.rubyforge.rawr.Main > Ruby runtime = JavaEmbedUtils.initialize(new ArrayList(0)); > /home/lesliev/dev/ruby-gui/demo/src/org/rubyforge/rawr/Main.java:19: > cannot find symbol > symbol : variable JavaEmbedUtils > location: class org.rubyforge.rawr.Main > Ruby runtime = JavaEmbedUtils.initialize(new ArrayList(0)); > 4 errors > BUILD FAILED (total time: 2 seconds) I'd seriously like to know how to continue here. Either I missed a tutorial page somewhere or the tutorials stop short of actually building a form and connecting it to the Ruby program. Did I miss something? Les