Is there a way to programatically find the j2se value(s) in the jnlp file, from within an extension installer (java code)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, so long as you can determine the URL of the JNLP. A JNLP is just XML, so can be parsed by the J2SE XML APIs.
..I thought Sun introduced a method to provide the URL, but I cannot recall what it is right now. One way to work it if I remember incorrectly, is to write a property in the main JNLP as to the URL, then take it from there.