Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
vyst
Aug 25, 2009



Does anyone know if something has changed in the most recent Java 8 JRE release in regards to the deployment.security.use.user.home.java.policy deployment.properties parameter? We have it set to true as we have a workstation that requires some specific grant permissions that we bounce off of the .java.policy file in %USERPROFILE% from the workstation and even though the parameter shows up as true in the dump of deployment properties from the console it doesn't seem to be detecting/utilizing the .java.policy file in the user's profile.

It worked fine in JRE 1.8_05 but this 1.8_11 seems to be causing issues. For context the newest JRE 7 update 65 works fine as well. I don't mind sticking with 1.8_05 since it's not a high demand machine but I was curious if anyone had any ideas or issues with this.

For context of what the %USERPROFILE% java.policy contains:
code:
grant {
permission javax.sound.sampled.AudioPermission "record";
permission java.net.SocketPermission "www.DOMAIN.com:80","connect,resolve";
};

Adbot
ADBOT LOVES YOU

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply