Dynamic plugin (re)loading
Submitted by Trickkiste on Thu, 07/29/2004 - 13:08.
Hi,
I can dynamic (re)load plugins from a webserver.
I tried to load a plugin from a ext2 partition (hda0) so I tried :
plugin addloader /hda0/plugins/
but I got an:
java.security.PrivilegeActionException: Absolute URL required with null context
that indicates I specified a wrong protocoll, isn't it?
Trickkiste
- Login to post comments
use 'file' as protocol
Hi,
try this :
plugin addloader file:///hda0/plugins/
I think it should work
Fabien
it works
Hi,
thx, now it works.
Trickkiste