Created
June 21, 2013 02:33
-
-
Save ykubota/5828448 to your computer and use it in GitHub Desktop.
glassfish redmine
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
$ jruby -v | |
jruby 1.7.4 (1.9.3p392) 2013-05-16 2390d3b on OpenJDK 64-Bit Server VM 1.7.0_25-mockbuild_2013_06_19_07_21-b00 [linux-amd64] | |
org.jruby.exceptions.RaiseException: (LoadError) load error: openssl -- java.lang.NoClassDefFoundError: Could not initialize class org.jruby.ext.openssl.ASN1 | |
|A')? | |
$ vim Gemfile | |
32 # jruby-openssl is bundled with JRuby 1.7.0 | |
33 gem "jruby-openssl" if Object.const_defined?(:JRUBY_VERSION) && JRUBY_VERS ION < '1.7.0' | |
|A')<usotuki- | |
gem "jruby-openssl", "0.7" | |
$ jruby -S bundle install | |
$ jruby -S warble war | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment