Step by Step, setup AM8.1 Admin SDK Environment in Eclipse
Version 2 (2015/09/17)
1. Download Java SDK, install. (Java 6 and above)
http://www.oracle.com/technetwork/java/javaee/downloads/index.html
2. Download Eclipse, install.
http://www.eclipse.org/downloads/
3. Export server root certificate, import it to Client JKS
1> cd /opt/rsa/am/appserver/jdk/jre/bin
2> ./keytool -export -keystore /opt/rsa/am/server/security/trust.jks -file am_root.cer -alias rsa-am-ca (no password)
3> Download "am_root.cer". Basically the location to put the file is not restricted. For me, I just put it in the JRE bin folder.
4> Alternatively, we can export the certificate via Internet Explorer.
5> Import "am_root.cer" to local JKS. The location for local JSK is not restricted as well.
( I just put it in the SDK\lib\java. )
keytool -import -keystore "<SDK> \lib\java\trust.jks" -storepass cacerts_keystore_password -file am_root.cer -alias rsa_am_ca -trustcacerts
4. Replace Java Cryptography Extension Unlimited Strength Jurisdiction Policy Files
1> Download the file here: (For difference version JDK please download different version of JCE files accordingly)
http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html
2> Replace the existing ones in JRE/lib/security/
5. Setup SDK(sample project) in Eclipse
1> Create a new Project
2> Create from a "build.xml" file
3> Configure Build Path
4> Add external Libraries, add all libs under SDK/lib/java
5> Import "config.properties"
6> Edit "config.properties"
1> In the ssh console issue:
rsaadmin@marge:/opt/rsa/am/utils> ./rsautil manage-secrets --action list
2> In the eclipse edit the "config.propertites"
( If it’s for web service please also change)
7> Modify launch parameters
-Dweblogic.security.SSL.trustedCAKeyStore="<JKS>" (Please use quote if there’s space in the file path)
-Dbea.home="<your SDK home>\sdk\lib\java"
-Dsun.lang.ClassLoader.allowArraySyntax=true
8> Test the code.
Related Articles
Absolute Secure Access - SAML Relying Party Configuration - RSA Ready Implementation Guide 20Number of Views RSA Identity Management and Governance Change request item stays in Pending Verification even after successful collection … 327Number of Views Questions on the security of offline authentication data in the RSA SecurID Authentication Agent for Microsoft Windows 288Number of Views Unable to open any workflow on RSA Identity Governance & Lifecycle 7.0.2 or 7.1.0 when deployed in a clustered environment… 401Number of Views Administrative Roles for the Cloud Administration Console 159Number of Views
Trending Articles
Quick Setup Guide - Passwordless Authentication in Windows MFA Agent for Active Directory RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Governance & Lifecycle 8.0.0 Administrators Guide RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA MFA Agent 2.5 for Microsoft Windows Installation and Administration Guide