Use the WebSphere Application Server administrative console to create a shared library for the jt400.jar file.
To grant the required permission to the jt400.jar file, edit the server.policy file for your WebSphere Application Server profile and add the following statement. The server.policy file is in the profile_root/properties directory.
grant codeBase "file:path_name/jt400.jar" { permission java.security.AllPermission; };
where path_name is the fully qualified path name of the directory that contains the jt400.jar file. For OS/400 V5R3, this path is /QIBM/ProdData/HTTP/public/jt400/lib/jt400.jar.