Dennis Clarke wrote:
...
http://www.sun.com/bigadmin/hcl/hcts/device_detect.html

I looked at the XML file that I downloaded and then used wget to fetch the
jar file and unzipped it :


Did you read the faq for that tool?

http://www.sun.com/bigadmin/hcl/hcts/device_detect.html#jnlp

answers your question.

$ /opt/csw/bin/wget
http://java.sun.com/webapps/download/GetFile/vvv2/multiple-i586/sddt_1_0.jar

$ unzip sddt_1_0.jar
Archive:  sddt_1_0.jar

bzzzzt!

If you want to run an app delivered via a jar file, run


$ java -jar sddt_1_0.jar


You can find out more by using google:

http://www.google.com.au/search?q=how+do+i+run+a+java+jar+file


James C. McPherson
--
Solaris kernel software engineer, system admin and troubleshooter
              http://www.jmcp.homeunix.com/blog
Find me on LinkedIn @ http://www.linkedin.com/in/jamescmcpherson
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to