FS#18872 - [jre] missing system preferences folder
            Attached to Project:
            Community Packages
            
Opened by Leandro Costa (lokidarkeden) - Monday, 29 March 2010, 15:53 GMT
Last edited by Dan Griffiths (Ghost1227) - Monday, 29 March 2010, 20:33 GMT
          Opened by Leandro Costa (lokidarkeden) - Monday, 29 March 2010, 15:53 GMT
Last edited by Dan Griffiths (Ghost1227) - Monday, 29 March 2010, 20:33 GMT
                
  | 
              
                Details
                    Description: The package do not include the folder
                    /etc/.java/.systemPrefs. This folder is needed to use Java
                    viewer toolkit on UNIX-based systems. 
                Additional info: * package version(s) jre 6u18-1 * config and/or log files etc. Steps to reproduce: Run the java administrator tool: /opt/java/bin/ControlPanel, in the advanced tab, expand the option Java Console and mark Show Console, click the ok button. Open the website: www.bb.com.br, in the top there's two fields ( agencia, conta) and a OK button, click the button. The site loads and the console opens, so you will see the error "java.util.prefs.FileSystemPreferences$3 run WARNING: Could not create system preferences directory. System preferences are unusable. "  | 
            
              This task depends upon
              
              
            
            
          
            Closed by  Dan Griffiths (Ghost1227)
Monday, 29 March 2010, 20:33 GMT
Reason for closing: Implemented
          
          
        Monday, 29 March 2010, 20:33 GMT
Reason for closing: Implemented
                      
The solution is to add
mkdir -p /etc/.java/.systemPrefs
chmod 755 /etc/.java/.systemPrefs
to the PKGBUILD.