Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

get URL of JNLP launch file

User_64CKJOct 13 2006 — edited Oct 17 2006
Once delving into the guts of the JNLP API, to do our
own resource caching etcetera, it quickly becomes
obvious that it would be handy to have access to the
JNLP launch file itself, either as an URL, or as a
(org.w3c.dom.)Document.

Note: While the BasicService.getCodeBase() seems
to return the URL that represents a the path to the
directory that contains the launch file, it does not
point to the launch file itself.

Is there some method I missed, that provides
the JNLP file itself?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 14 2006
Added on Oct 13 2006
3 comments
784 views