java.home
Firstly,to install jGuard on the JVM, you should locate your 'java.home' directory (installation directory of your SDK, or JRE platform). TIPS: you can locate your 'java.home' directory and 'java.security' file ( under the ${java.home}/lib/security/ directory),by executing this little program:import java.io.File; public class JavaHome { public static void main(String[] args) { System.out.println("your java.home is: "+System.getProperty("java.home")); System.out.println("java.security file located here: " +System.getProperty("java.home")+File.separator+"lib" +File.separator+"security"+File.separator); } }
java
j2sdk1.4.2_04
jre In a production environment, the jGuard installation on the JVM side should be performed by the server's ADMINISTRATOR.
Version 1.3 last modified by Alex Jacobs on 02/03/2006 at 21:48
Document data
Attachments:
No attachments for this document
Comments: 0