Where can I find the path to * .jar resources in JNLP?

i download the java app webstart.JNLP application. After I opened in notepad, I found that it lists some resource, as shown below, I think, for an application that can load, these * .jar should find some places on my computer. Where can I find the path to * .jar? does anyone help ideas?

    <jar href="sax2.jar"/>
    <jar href="soap.jar"/>
    <jar href="sslava.jar"/>
    <jar href="winpack-3.6.1.jar"/>
    <jar href="wsdl4j-1.5.1.jar"/>
    <jar href="secprops-prodny.jar"/>
+3
source share
2 answers
  • Location can be found at:
    • Open Java Control Panel
    • (Close the Java Cache Viewer, which opens on top of this)
    • In the "General", "Temporary Internet Files" section, click "Settings."
    • The location will be shown in the section .. Location.
  • "" " ". JAR: "" ( ), Jars, .
+8

Linux jar ~/.java/deployment/cache/javaws/ , URL-, jar.

Windows (XP) C:\Documents and Settings\\Application Data\Sun\Java\Deployment

Vista Win 7 , , , " " .

0

Source: https://habr.com/ru/post/1770175/


All Articles