First, try to launch this test twice:
http://sqesvr.sfbay.sun.com/deployment2/yuwang/development/splash/hellojaws_splashicon.jnlp
When you launch it for the second time, you should notice the splash screen
was changed to a customized one. (This is the correct and expected behavior.)
Now, try to launch this test case twice:
http://nasdaq.sfbay.sun.com:8080/nathanJavawsDev/splash/hellojaws_splashicon.jnlp
When you launch this test case for the second time, the JWS splash screen
is still being used.
The only difference is that the second jnlp file is returned by a servlet and
does not contain name of the jnlp file.
The splash.xml file is like this:
http\://sqesvr.sfbay.sun.com/deployment2/yuwang/development/splash/hellojaws_splashicon.jnlp=/home/yuwang/.javaws/cache/splashes/splash3591.jpg
http\://nasdaq.sfbay.sun.com\:8080/nathanJavawsDev/splash/lib/hellojaws.jar=/home/yuwang/.javaws/cache/splashes/splash53739.jpg
You will notice that for the second jnlp file, the splash screen jpg file
is actually associated with the jar file.
Is this the correct behavior? If yes, then there are two problems:
1. this splash screen will never be used at all.
2. since I have several more test cases which used different splash screen image but
all use the same jar file, they will not be used seperately.
###@###.### 2002-09-03
http://sqesvr.sfbay.sun.com/deployment2/yuwang/development/splash/hellojaws_splashicon.jnlp
When you launch it for the second time, you should notice the splash screen
was changed to a customized one. (This is the correct and expected behavior.)
Now, try to launch this test case twice:
http://nasdaq.sfbay.sun.com:8080/nathanJavawsDev/splash/hellojaws_splashicon.jnlp
When you launch this test case for the second time, the JWS splash screen
is still being used.
The only difference is that the second jnlp file is returned by a servlet and
does not contain name of the jnlp file.
The splash.xml file is like this:
http\://sqesvr.sfbay.sun.com/deployment2/yuwang/development/splash/hellojaws_splashicon.jnlp=/home/yuwang/.javaws/cache/splashes/splash3591.jpg
http\://nasdaq.sfbay.sun.com\:8080/nathanJavawsDev/splash/lib/hellojaws.jar=/home/yuwang/.javaws/cache/splashes/splash53739.jpg
You will notice that for the second jnlp file, the splash screen jpg file
is actually associated with the jar file.
Is this the correct behavior? If yes, then there are two problems:
1. this splash screen will never be used at all.
2. since I have several more test cases which used different splash screen image but
all use the same jar file, they will not be used seperately.
###@###.### 2002-09-03
- duplicates
-
JDK-4694453 customize splash screen would not work if no href is specified in jnlp file
- Resolved