Skip to main content
Question

Java Configuration profile

  • December 13, 2023
  • 2 replies
  • 17 views

Forum|alt.badge.img+2

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

2 replies

dsavageED
Forum|alt.badge.img+8
  • New Contributor
  • December 13, 2023

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"


Forum|alt.badge.img+2
  • Author
  • New Contributor
  • December 13, 2023

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