entering security

Hi Genady,
I used your software with good results until the license expired.
Among other things you had a way to enter rmi_security.policy.
There must be a way to do this under Eclipse without needing your software just to run under the debug mode of Eclipse.
(I'm not having problems with the RMI part, but something in security.)
My bat file works when I'm not using Eclipse
Can I put something under the Debug... Arguments?
Thanks,
Ilan
I used your software with good results until the license expired.
Among other things you had a way to enter rmi_security.policy.
There must be a way to do this under Eclipse without needing your software just to run under the debug mode of Eclipse.
(I'm not having problems with the RMI part, but something in security.)
My bat file works when I'm not using Eclipse
- Code: Select all
set CLASSPATH=
java -jar -Xmx128m -Djava.security.policy=rmi_security.policy readclient.jar
Can I put something under the Debug... Arguments?
Thanks,
Ilan