Posted on 12-13-2023 05:14 AM
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
Posted on 12-13-2023 08:04 AM
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"
Posted on 12-13-2023 08:22 AM
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