|
Launching imageJ using Java Web Start
As my thread's title says I'm trying to launch imageJ using Java Web Start technology. I've already succeeded to launc a simple application that writes some output to console. But when I configure my jnlp file to launch imageJ startup jar I get following message: "Unable to launch imageJ". In java console I have "access denied (java.util.PropertyPermission user.dir read)".
What should I do?
|