Markus,
>BTW, while loading the PLJava sources from CVS into Eclipse, I found a
>small problem in Backend.java, line 127 (the non-1.5 version):
>
> if(perm.getActions().contains("write") &&
> perm.getName().startsWith("java."))
>
>In Java 1.4 (I tried sun and ibm ones), String has no contains() method.
>
>
A fix was just commited to the CVS. Sorry about that.
Regards,
Thomas Hallgren