Created
May 10, 2013 20:17
-
-
Save donv/5557091 to your computer and use it in GitHub Desktop.
JRuby on windows weirdness
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft Windows [Versjon 6.1.7601] | |
Copyright (c) 2009 Microsoft Corporation. Med enerett. | |
C:\Windows\system32>where java | |
C:\Windows\System32\java.exe | |
C:\Windows\system32>java -version | |
java version "1.7.0" | |
Java(TM) SE Runtime Environment (build 1.7.0-b147) | |
Java HotSpot(TM) 64-Bit Server VM (build 21.0-b17, mixed mode) | |
C:\Windows\system32>ruboto | |
Ruboto -- Ruby for Android 0.12.0.rc.0 | |
Execute `ruboto gen app --help` for instructions on how to gener | |
ate a fresh Ruby-enabled Android app | |
Execute `ruboto --help` for other options | |
C:\Windows\system32>ruboto --version | |
Cannot find Java 1.5 or higher. | |
C:\Windows\system32>ruboto --version | |
Cannot find Java 1.5 or higher. | |
C:\Windows\system32>jruby -v | |
jruby 1.7.4.dev (1.9.3p392) 2013-04-07 7b44855 on Java HotSpot(TM) 64-Bit Server | |
VM 1.7.0_21-b11 [Windows 7-amd64] | |
C:\Windows\system32>jruby --version | |
jruby 1.7.4.dev (1.9.3p392) 2013-04-07 7b44855 on Java HotSpot(TM) 64-Bit Server | |
VM 1.7.0_21-b11 [Windows 7-amd64] | |
C:\Windows\system32>ruboto --version | |
Cannot find Java 1.5 or higher. | |
C:\Windows\system32>ruboto --version | |
Cannot find Java 1.5 or higher. | |
C:\Windows\system32> | |
C:\Windows\system32>jruby -S ruboto --version | |
0.12.0.rc.0 | |
C:\Windows\system32>ruboto --version | |
Cannot find Java 1.5 or higher. | |
C:\Windows\system32>ruboto -v | |
invalid option -- v | |
C:\Windows\system32>ruboto --version | |
Cannot find Java 1.5 or higher. | |
C:\Windows\system32> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment