> > > It works here. Try editing the shell script and replace > java -Djava.system.class.loader=DebianClassLoader "$@" > with: java DebianClassLoader "$@" > > The problem might be that the particular property was introduced in later > versions. I am using 1.4.1
I created a fixed package. It works with blackdown 1.4.1 gij 3.2 It does not work with kissme and I suspect it is a VM bug on the way ClassLoaders are delegated. Nicos