Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jruby-9.2.9.0 installed via ruby-install
jruby-9.2.9.0
ruby-install
Arch Linux with kernel 5.3.13
5.3.13
Application/framework version (e.g. Rails, Sinatra)
$ java -version openjdk version "10.0.2" 2018-07-17 OpenJDK Runtime Environment (build 10.0.2+13) OpenJDK 64-Bit Server VM (build 10.0.2+13, mixed mode)
export JAVA_HOME='/usr/lib/jvm/java-10-openjdk' export JAVA_OPTS='-XX:+IgnoreUnrecognizedVMOptions --add-modules java.se.ee'
$ jruby -v # should print the version number
$ jruby -v Error occurred during initialization of boot layer java.lang.module.ResolutionException: Module org.jruby.dist contains package javax.annotation, module java.xml.ws.annotation exports package javax.annotation to org.jruby.dist
The text was updated successfully, but these errors were encountered:
I don't think we need anything from that package at runtime, so I'll make sure it's not being included in the jar.
Sorry, something went wrong.
7d5a591
Should be fixed on master. I've filtered out the javax.annotation artifact from all shaded jars.
No branches or pull requests
Environment
jruby-9.2.9.0
installed viaruby-install
Arch Linux with kernel
5.3.13
Application/framework version (e.g. Rails, Sinatra)
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: