I have a java agent which use java.security classes (MessageDigest)
On sever all worrks fine but on locally subscription these classes doesn't work.
Why
I need to set something in a INI file or to copy something on local workstation ? (in the Offline Configuration document I've checked Java classes and applets)
In the local server console I receive the following error message (you can see the file
sample error local sever console.gif attached:
java.lang.NoClassDefFoundError : java/security/Security
java.lang.ExceptionInInitializerError
Thanks