Aufruf eines AS400 native Programms mit CLASSPATH .../QIBM/ProdData/HTTP/Public/jt400/lib/jt400.jar...
bringt AS400SecurityException, weil aktuelle Sitzung nicht mehr erkannt wird.

Laut http://publib.boulder.ibm.com/pubs/h...zahh/page1.htm

sollte man

.../QIBM/ProdData/OS400/jt400/lib/jtNative.jar...
oder
.../QIBM/ProdData/HTTP/Public/jt400/lib/jt400.jar:/QIBM/ProdData/OS400/jt400/lib/jtNative11x.jar...

im CLASSPATH verwenden.

Beide laufen auf die Exception.


Entgegen der IBM Literatur funktioniert es mit dem CLASSSPATH-Eintrag:

.../QIBM/ProdData/HTTP/Public/jt400/lib/jt400.jar:/QIBM/ProdData/Java400/jt400ntv.jar...


Ist die IBM Aussage falsch oder mache ich hier etwas falsch?