MAM 7.6.1.2:I want to browse a listing of all Java classes (including custom java classes) that have been deployed to a Maximo environment. Unfortunately, I
don't have access to the file directory on the Maximo server.
Is there a way for me to browse a listing of Java classes via the Maximo UI or through the DB?
- Example:
select
*
from
maximo.list_of_java_classes
where
upper(classname) like 'XYZ%'
Result:
xyz.webclient.beans.common.xyzSearchSpecBean
Any options?
Thanks.
#AssetandFacilitiesManagement#Maximo