-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
6u18
-
None
-
generic
-
generic
<update check="background"/> has no effect in:
http://javaweb.sfbay.sun.com/~ngthomas/javafx/updatecheck/test.html
It looks like it's due to that the line is in the end of the jnlp file. If moved to
in between information and resources instead:
...
</information>
<update check="background"/>
<resources>
...
It works.
But update tag should also work at the end of JNLP file too. Looks like a bug.
http://javaweb.sfbay.sun.com/~ngthomas/javafx/updatecheck/test.html
It looks like it's due to that the line is in the end of the jnlp file. If moved to
in between information and resources instead:
...
</information>
<update check="background"/>
<resources>
...
It works.
But update tag should also work at the end of JNLP file too. Looks like a bug.
- duplicates
-
JDK-6888876 improve error handling of webstart/plugin XML parser
-
- Closed
-