I am currently testing the running of macros on 3.1
As I have recently arrived at this location, no one had previously ran macros.
I've followed the instructions and created the "clientf.cmd" file by change the line from "murex.gui.xml.XmlGuiClientBoot" to "murex.gui.api.script.ApiScript" in the "java -cp" line of the "clientf.cmd" file.
I am launching the macro from DOS using the command "clientf.cmd /MXJ_SCRIPT_READ_FROM:c:\temp\test1.xml".
However, the macro does not run and I get the following message:
mxjboot.jar Build-ID: 1184026-091217-1035-916911
Opening jar/file.version...
Opening bin/file.version...
Checking files...
jar/file.version saved.
bin/file.version saved.
java.lang.ClassNotFoundException: murex.gui.api.script.ApiScript at murex.rmi.loader.FileServerClassLoader.findClass(FileServerClassLoader.java:352)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at murex.rmi.loader.RmiLoader.startRunning(RmiLoader.java:108)
at murex.rmi.loader.RmiLoader.main(RmiLoader.java:142)
Any assistance on this matter is appreciated