Sorry, I can't help any more. However, I'm
surprised that any of the commons libraries would try to install a custom
class loader.
Tony
[EMAIL PROTECTED] wrote:
> It has been a long time since I worked with applets but I think that
> an applet can open connections with the host that served th
[EMAIL PROTECTED] wrote:
It has been a long time since I worked with applets but I think that
an applet can open connections with the host that served the applet.
In this case, if the web service is hosted on the same machine as the
applet, you should have no problems in either loading classes f
Christian,
It has been a long time since I worked with applets but
I think that an applet can open connections with the host that served the
applet. In this case, if the web service is hosted on the same machine
as the applet, you should have no problems in either loading classes from
the server o
Hi again ...
Ok, I should have been done some googling before asking the mailing list.
It seems that using Axis in an applet is only possible if the jar file
is signed. But for a signed jar file, the user must accept the
signature, and I believe that many users will not be willing to do that
(si
How do I change it? I didn't write the file but it came with axis.jar.
Can you please help me out here.
TX,
S P
You need to change your security.policy file. So that it reflects io permission for your classDinesh Ganesh wrote:> Hi,> > I have written a class which extends org.apache.axis.clien
You need to change your security.policy file. So that it reflects io
permission for your class
Dinesh Ganesh wrote:
Hi,
I have written a class which extends
org.apache.axis.client.Service. I get the following error:
java.security.AccessControlException: access denied
(java.io.F