Das Notes Forum

Domino 9 und frühere Versionen => Entwicklung => Thema gestartet von: Toma Bogdan am 24.10.02 - 08:16:42

Titel: java.security classes doesn't work with iNotes ?
Beitrag von: Toma Bogdan am 24.10.02 - 08:16:42
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:

Code
java.lang.NoClassDefFoundError : java/security/Security
java.lang.ExceptionInInitializerError

Thanks