Skip to main content

Hi Community
I would like to modify settings in the Java control panel for my users.

I couldn't find it on the Java site.
Do you have an idea?

Thank's

What settings do you want to modify?


When I had to change the java cache setting in the past, it was actually stored at a user level and so was scripted... This might get you started:


User_Name=`ls -l /dev/console | awk '{print $3}'`


JAVA_Pref="/Users/$User_Name/Library/Application Support/Oracle/Java/Deployment/deployment.properties"


Thank you DsavageED
I will configure Java with the options I want and copy the file deployment.properties to another Mac and see if it's good


Reply