|
grant to an Applet that embed the openOffice: msg#00086openoffice.devel.general
hi, I have a great doubt about a Signed Applet that embed the openOffice, this applet have a ClassLoader that find some jars files located at openOffice instalation directory on client machine. the grant to allow the ClassLoader to read local jars works very well, its something like: grant codeBase "http://mysite.com/applets/-" { permission java.security.AllPermission; } the problem starts when a class loaded by this custom ClassLoader try to load a library at the user local system, the code throws the java security Exception loadLibrary. and that is the doubt, the grant for my site dont grant the code loaded by this custom ClassLoader? i make something wrong on this custom ClassLoader? or i must have a grant where the codeBase, point to local instalation of openOffice? for reference, the line of OpenOffice source where this exception occurs is http://go-oo.org/lxr/source/api/bean/com/sun/star/comp/beans/LocalOfficeConnection.java#110 Thanks for any idea |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Listener in Document: 00086, Andrew Douglas Pitonyak |
|---|---|
| Next by Date: | [Annonce] La version 2.1 FR est là !: 00086, Sophie Gautier |
| Previous by Thread: | Development at a Glance - Weekly Update CW50i: 00086, Dieter Loeschky |
| Next by Thread: | [Annonce] La version 2.1 FR est là !: 00086, Sophie Gautier |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |