![]() |
If you use JDK 1.1
Invoke the audit system with the following options : -noclassgc -Djava.compiler=NONE -DOPTITDIR=<OptItDir>Add also any needed options to the invocation. Example : c:>java -noclassgc -Djava.compiler=NONE -DOPTITDIR=<OptItDir> -Djava.rmi.server.codebase=http://localhost/jyc/classes/ -Djava.security.policy=./policy intuitive.audit.Audit examples.hello.HelloImpl |
![]() |
If you use JDK 1.2
Invoke the audit system with the following options : -classic -Xnoclassgc -Xrunoii -Djava.compiler=NONE -DOPTITDIR=<OptItDir> Add also any needed options to the invocation. Example : c:>java -classic -Xnoclassgc -Xrunoii -Djava.compiler=NONE -DOPTITDIR=<OptItDir> -Djava.rmi.server.codebase=http://localhost/~jyc/classes/ -Djava.security.policy=./policy intuitive.audit.Audit examples.hello.HelloImpl |