splash screen when running

+1 vote
asked Sep 11, 2015 in To be sorted by jeroentbt (200 points)
I updated from 8021 to 8031beta5 and whenever I run plantuml, a small splash screen (actually just the logo) shows up on my screen.

Is there a way to turn this of?

1 Answer

+3 votes
answered Sep 12, 2015 by plantuml (295,000 points)
selected Sep 12, 2015 by jeroentbt
 
Best answer

You can use -splash:no option flags. For example, :

java -splash:no -jar plantuml.jar -version

will not display the logo.

(Actually, it's a trick assuming there are no "no" file in your current directory. See https://docs.oracle.com/javase/tutorial/uiswing/misc/splashscreen.html )

Regards,

 

 

...