Setting System Property in Eclipse
800373Nov 10 2008 — edited Nov 10 2008Hi Al,
Please tell me how to set system property in eclipse. from cmd line i execute as
java -classpath classDir -Djava.rmi.server.codebase=file:+classDir+/ example.hello.Server
I need to set that -D [name] = [value] in eclipse. please help