Where I can Find Path of resources *.jar in JNLP?

后端 未结 2 1475
广开言路
广开言路 2020-12-15 14:33

i download a java app webstart.JNLP . After i opened in notepad, i found it listed some resource as below, i think, for the app to be able to load, those *.jar must be locat

2条回答
  •  暖寄归人
    2020-12-15 15:16

    On a Linux system you'll find the jar cache in ~/.java/deployment/cache/javaws/ The jars will be in a directory based on the url the jar was downloaded from.

    On Windows (XP) system this same folder should be in C:\Documents and Settings\\Application Data\Sun\Java\Deployment

    For Vista and Win 7 I assume its similar, but I don't know where the "Application Data" folder is located in those OSes.

提交回复
热议问题