Hello @nto,
while I was developing my trigger Server Extensions, I wondered about the Java environment that was being used to execute them.
To find the details, I wrote a few Query Server Extension functions. Please find the package SXSJavaUtils.sxp attached.
After installing this you will have a few query functions available to analyse the environment your Java Server Extensions are running in.
The functions can be called using the Tamino Interactive Interface.
The functions are:
- getClasspath()
- getJavaVersion()
- locateJava()
- locateClass(xs:string)
The locateClass() function is the only one that takes a parameter, and the parameter is the name of the class that you want to locate.
For example: SXSJavaUtils.locateClass(“java.lang.String”)
Please note, this is not an officially supported component, it is just some code that I am providing to you to as a friendly gesture.

(None of the normal Software AG guarantees apply to this code!)
If anyone finds it useful, please provide some feedback on it and I will consider making this officially available.
Greetings,
Trevor.
SXSJavaUtils.sxp (2.15 KB)
#API-Management#webMethods#Tamino