Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > File Permission Error trying to call a bean method from VB

Reply
Thread Tools

File Permission Error trying to call a bean method from VB

 
 
refeekhm@yahoo.com
Guest
Posts: n/a
 
      01-27-2005
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?.

 
Reply With Quote
 
 
 
 
Steve W. Jackson
Guest
Posts: n/a
 
      01-27-2005
In article < .com>,
wrote:

> 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 =
--
Steve W. Jackson
Montgomery, Alabama
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
useBean in JSP for bean within a bean kumar Java 1 02-13-2004 09:33 PM
[HELP] Bean Newbie: C++ library to Java bean. How? Takeshi Java 0 01-28-2004 11:36 AM
Differnce between Java Bean and Enterprise Java Bean Markku Salminen Java 3 01-21-2004 09:25 AM
can a session bean return a local entity bean object? David Thielen Java 2 09-12-2003 07:45 AM
To bean or not to bean... Benjamin Stewart Java 0 06-30-2003 12:34 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57