Dynamic plugin (re)loading

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

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