Should I expect the following to work?
require 'java'
class javax.swing.JFrame
end
Currently it results in
SyntaxError: (irb):6: syntax error, unexpected ';'
class javax.swing.JFrame; end
^
from org/jruby/RubyKernel.java:1088:in `eval'
I guess I'm forced to use "ruby style" syntax like
class javax::swing::JFrame; end
?
-r
on 2012-06-20 20:18
on 2012-06-21 15:55
however you can do: class javax::swing::JFrame; end It is too bad you need to resort to this (I do this quite a bit), but we are living withing Ruby's syntax. -Tom On Wed, Jun 20, 2012 at 1:19 PM, Hirotsugu Asari <asari.ruby@gmail.com> wrote: >> >> >> > -- blog: http://blog.enebo.com twitter: tom_enebo mail: tom.enebo@gmail.com
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.