File Permission Error trying to call a bean method from VB

R

refeekhm

hello,

I have a java bean and I made the bean as a dll using java packager. I
can access the methods in VB and when I try to load a file, ie. set the
path and the bean is trying to load, I get File permission error.
Does anyone know how to resolve this?.
 
S

Steve W. Jackson

hello,

I have a java bean and I made the bean as a dll using java packager. I
can access the methods in VB and when I try to load a file, ie. set the
path and the bean is trying to load, I get File permission error.
Does anyone know how to resolve this?.

Don't know VB and don't want to...but the question that occurs to me is
how the "packaged" bean is running. Is it running as if it were in an
applet? If so, then it is restricted against local filesystem access
just like an applet. The solution for applets is signing jars or
establishing policies, so perhaps you could look in that area.

= Steve =
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top