I’m reading Google AppEngine Java instructions. They say it is built now
on JVM 7. But I cannot find any info about JVM on JRuby site. Is it
important to know the version of JVM JRuby uses if I want to upload my
JRuby app on GAE?
For now found this article
http://blog.jruby.org/2011/12/getting_started_with_jruby_and_java_7/
Once you’ve got JRuby installed and in PATH (via whatever mechanism)
and Java 7 installed and in PATH (via whatever mechanism),
you’re ready to test it out!
So is this enough to know to use JVM 7 with JRuby 1.7.3?
On Mon, Apr 29, 2013 at 8:55 AM, Wins L. [email protected] wrote:
So is this enough to know to use JVM 7 with JRuby 1.7.3?
It works with Java 6 as well…
09:32 ~ $ java -version
java version “1.6.0_43”
Java™ SE Runtime Environment (build 1.6.0_43-b01-447-11M4203)
Java HotSpot™ 64-Bit Server VM (build 20.14-b01-447, mixed mode)
09:32 ~ $ jruby -v
jruby 1.7.3 (1.9.3p385) 2013-02-21 dac429b on Java HotSpot™ 64-Bit
Server VM 1.6.0_43-b01-447-11M4203 [darwin-x86_64]
09:33 ~ $
–
Hassan S. ------------------------ [email protected]
twitter: @hassan
JRuby runs fine on Java 7. If that is the Java available on GAE, I
think it should work well.
- Keith