I begin to work with as400 toolbox for java. I would like to know
the difference between jt400.jar and jt400Native.jar.
Thanks for your help!!!
We had to write an application that polled and modified the contents of the
mail-store files in the /QTCPTMM/MAIL directory system. The program worked
fine when running on a PC and accessing the AS/400 from the PC... but...
When we ran in on the AS/400 directly, we had things that didn't work which
ended up resulting from security issues.
The main difference was the default logon. A program that runs on the AS/400
"should" log on as the user of the batch or interactive job that is running it.
Well, it doesn't.
We were using utilities in the JSSE and J2SE. After much seeking we found the
cure...
It's called jt400Native.jar. By having this set of classes ahead (or instead
of) of the jt400.jar classes in the classpath, things went well. The other
way, they did not.
No technical help from me here, just a comment from experience. I hope it
helps.
Thanks.
David
_________________________________________________________________________
Puddleglum's my name. But it doesn't matter if you forget it. I can always tell
you again.
take a look at
http://www-1.ibm.com/support/docview.wss?uid=nas1f898af911f6ae54086256b4400816d18&rs=110
hth
Thomas
"Karine" <karin...@hotmail.com> schrieb im Newsbeitrag
news:c02a5cb.03070...@posting.google.com...