Skip to content

Instantly share code, notes, and snippets.

@enebo
Created January 20, 2015 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enebo/04ee395cd545feb3726b to your computer and use it in GitHub Desktop.
Save enebo/04ee395cd545feb3726b to your computer and use it in GitHub Desktop.
C:\opt>java -jar jruby-complete-9.0.0.0.pre1.jar -S gem list
java.net.MalformedURLException: unknown protocol: classloader
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at java.net.URL.<init>(Unknown Source)
at org.jruby.util.URLResource.createRegularURI(URLResource.java:194)
at org.jruby.util.URLResource.create(URLResource.java:182)
at org.jruby.util.JRubyFile.createResource(JRubyFile.java:87)
at org.jruby.util.JRubyFile.createResource(JRubyFile.java:71)
at org.jruby.util.Dir.addToResultIfExists(Dir.java:670)
at org.jruby.util.Dir.glob_helper(Dir.java:730)
at org.jruby.util.Dir.push_globs(Dir.java:466)
at org.jruby.util.Dir.push_braces(Dir.java:439)
at org.jruby.util.Dir.push_braces(Dir.java:457)
at org.jruby.util.Dir.push_glob(Dir.java:303)
at org.jruby.RubyDir.aref(RubyDir.java:193)
at org.jruby.RubyDir$INVOKER$s$0$0$aref.call(RubyDir$INVOKER$s$0$0$aref.
gen)
at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodN.call(JavaMe
thod.java:679)
at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.j
ava:206)
at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSi
te.java:312)
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:
162)
at org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:292
)
at org.jruby.ir.interpreter.Interpreter.interpret(Interpreter.java:551)
at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java
:639)
at org.jruby.runtime.InterpretedIRBlockBody.commonYieldPath(InterpretedI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment