×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Just wanted to let everyone know that IBM correct my issues using jt400 in an applet. They rewrote parts of the code to eliminate the reflection error when using it from an applet.
-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Joe Pluta
Sent: Friday, July 25, 2008 9:08 AM
To: Java Programming on and around the iSeries / AS400
Subject: Re: using jt400 in a java applet
Mike Cunningham wrote:
Well it didn't take as long as I though. The error was on reflect permissions so I added this grant clause to the local policy file and it worked
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
<grin>
I love it when emails cross in the ether.
Yes, the policy file is one of your options. Remember, this option
requires that you set this policy on every PC that the applet might run.
Joe
--
This is the Java Programming on and around the iSeries / AS400 (JAVA400-L) mailing list
To post a message email: JAVA400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/java400-l.
As an Amazon Associate we earn from qualifying purchases.