Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Other JSE/JEE APIs and the fly likes Multiple JREs and java.security Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "Multiple JREs and java.security" Watch "Multiple JREs and java.security" New topic
Author

Multiple JREs and java.security

Pho Tek
Ranch Hand

Joined: Nov 05, 2000
Posts: 757

Everytime I needed to add a new security provider into the
java.security file; I always need to go through the rigmarole of looking for all occurences of java.security in the filesystem
and editing them to see if takes effect. This problem stems
from the fact that I usually have multiple JREs installed from JDKs and also other applications that bundle it. Note that even with my JAVA_HOME variable set to the correct place; the real java.security is usually somewhere else.
Does anyone know a good article on how multiple JRE coexists and how to make one the default or something ?
Thanks
Pho


Regards,

Pho
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Multiple JREs and java.security
 
Similar Threads
Jaas configuration for weblogic 9
Algorithm AES not available
Installation of Java in Linux
How to switch between different JREs
multiple JREs & security provider