How to set Splash on Java in such a way that it's exist still after build? -


i use netbeans java development. tried set splash project did following steps:

  1. right click on project>properties>run vm options: -splash:src/assests/images/splash.gif

  2. files>myproject>menifist: added: splashsceen-image: assests/images/splash.gif;**-

while run project shows splash, works perfectly.

but problem when build project , run program dist folder splash not appears, directly main gui runs.

what might solution?


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -