isOn Sep 9, 2014, at 5:45 PM, Christian MICHON [email protected] wrote:
I also confirm the irb not working… Odd… even this fails now too:
java -jar jruby-complete-1.7.15.jar -S jirb_swing
For me, OS X, this mostly seems to work for the executables in the bin
directory.
irb works
jirb works
jirb_swing does not work
warning: ambiguous Java methods found, using
java.awt.Color(int,int,int)
NameError: missing class or uppercase package name
(`org.jruby.demo.readline.TextAreaReadline’)
get_proxy_or_package_under_package at
org/jruby/javasupport/JavaUtilities.java:54
method_missing at
file:/Library/Frameworks/JRuby.framework/Versions/1.7.4/lib/jruby.jar!/jruby/java/java_package_module_template.rb:14
(root) at
/Users/mjh/Downloads/jruby-1.7.15/bin/jirb_swing:40
tap at org/jruby/RubyKernel.java:1860
(root) at
/Users/mjh/Downloads/jruby-1.7.15/bin/jirb_swing:33
tap at org/jruby/RubyKernel.java:1860
(root) at
/Users/mjh/Downloads/jruby-1.7.15/bin/jirb_swing:32
tap at org/jruby/RubyKernel.java:1860
(root) at
/Users/mjh/Downloads/jruby-1.7.15/bin/jirb_swing:29
On Sep 9, 2014, at 11:43 PM, Christian MICHON [email protected] wrote:
So the issue remains on jruby complete. Irb does not work anymore…
Ah, sorry again. I had a little trouble figuring which was the
appropriate install. I think I noticed the separate complete and just
assumed it was bin+source or something.
I’ll check against that when I get a chance.
It is odd, you wouldn’t expect working and not working versions of the
same thing in one release.
Never mind on that, I was pulling the old frameworked version.
Sorry to reply again and to myself but I just added a 1.7.15 directory
to the OS X JRuby framework and changed the Current symlink to point to
it.
These bin executables then all work as far as starting and setting and
displaying a variable - irb,jirb, and jirb_swing.
So maybe a platform specific issue? Windows is broke? I guess I have no
immediate need to get JRuby embedded into my app, although I should make
sure that it does in fact also work from there though. I still might
embed sometime. Not sure about the future of 3rd party frameworks with
OS X security creep - GateKeeper and the like.