-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
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 fails to display Java splash at startup on OS X #2386
Comments
Reporting bugs is always a good way to find answers yourself 😄 More information. This also fails to display the splash: java -splash:jruby-logo.png -XstartOnFirstThread Main and this also works with all versions of Java: jruby -rjava -J-splash:jruby-logo.png -e "sleep 3;puts 'Hello world'" So Java cannot display the splash when the The |
I have reported this here: http://bugs.java.com/view_bug.do?bug_id=JI-9017890 Since it is not directly related to JRuby, I'll close the issue. |
The bug URL leads to 'this bug is not available for me'. Is it the right one? |
This is my first time filing an issue with OpenJDK, so I am not familiar with the process. My guess is that there is a human step to make the issue visible in the system. I cannot see it myself either. |
This is the response I got:
|
Get the JRuby logo using
curl http://jruby.org/images/jruby-logo.png > jruby-logo.png
The following Java program
Main.java
:compiled with
and started with the following line
displays the JRuby logo as a splash. This works on Java 6, Java 7, and Java 8.
However the corresponding Ruby command line
ruby -rjava -J-splash:jruby-logo.png -J-XstartOnFirstThread -e "sleep 3;puts 'Hello world'"
does not display the splash using Java 7 or Java 8 on OS X. It does work using Java 6.
I would expect this to work using Java 7 and Java 8 as well.
The text was updated successfully, but these errors were encountered: