Java - Different version on System need different settings
due to the software that is ran in one group it must be 1.6.0.38. Every body else uses a 1.7.0.x.
Now the issue is the team that uses 1.6 will need 1.7, but they have different needs. The 1.7 needs proxy access, while if you turn this on in deployment. properties it will break the 1.6 and it can;t find the servers on local intranet.
I need to be able to set up so that both will function.
I added these 2 and no luck on the 1.6
deployment.proxy.bypass.local=true
deployment.proxy.bypass.list=localhost;127.0.0.1;intranet;abc.com
1 Comment
[ + ] Show comment
-
Can the users of JRE 1.6 able to use 1.7 even if proxy access is disabled? - dj_xest 11 years ago
Answers (0)
Please log in to answer
Be the first to answer this question