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

后端 未结 2 1477
广开言路
广开言路 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:21

    1. The location can be found by:
      1. Open the Java Control Panel
      2. (Close the Java Cache Viewer that opens over the top of that)
      3. On the General Tab, Temporary Internet Files section, click Settings.
      4. The location will be shown under ..Location.
    2. Below the Location section of that dialog is a Disk Space section. If Select the compression level for JAR files: is set to None (the default), there will be no Jars, just class files and other loose resources.

提交回复
热议问题