Delphi Clinic C++Builder Gate Training & Consultancy Delphi Notes Weblog Dr.Bob's Webshop
Hubert Klein Ikkink (aka Mr.Haki) - Communications Officer
 Mr.Haki's JBuilder Jar #39
See Also: JBuilder Papers

Starting JBuilder without splash screen
To start JBuilder without a splash screen we must add a command-line argument when we start JBuilder. After the JBuilder.exe we have to add -nologo as an argument. So the following command will start JBuilder without showing the splash screen:

  C:\JBuilder2\Bin>jbuilder -nologo
Of course we can change the Windows shortcut accordingly.


This webpage © 1997-2009 by Bob Swart (aka Dr.Bob - www.drbob42.com). All Rights Reserved.