JDK-4708907 : change java_plugin_AppletStore to be .jpi_cache
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 1.4.2
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_8
  • CPU: sparc
  • Submitted: 2002-06-27
  • Updated: 2002-08-27
  • Resolved: 2002-08-27
Related Reports
Duplicate :  
Description
The java_plugin_AppletStore is now only use to hold optional package jar files (temporarily store). Before other plugin files (cache files) where stored in this directory. To cut down (consolidate) on the number of different plugin directories we should move the <user>/java_plugin_AppletStore/1.x.x/ext to the <user>/.jpi_cache directory. This will make it easier for the user to find files and isolate problems (less places they need to look at).

Comments
EVALUATION This is now fixed as part of the "Common control panel infrastructure" RFE #4523276. Mark as duplicate.
11-06-2004

SUGGESTED FIX Change java_plugin_AppletStore directory, set in <ws>/ext/plugin/java/src/sun/plugin/extension/ExtensionUtils.java, to new location. The old directory (java_plugin_AppletStore) is now the plugin cache temp directory (UserProfile.getTempDirectory). ###@###.### 2002-09-10
10-09-2002