Java: Executing cmd commands when running java file in Eclipse? -


im doing ssl socket programming in java, while running program, have in cmd executing following commamd tell keystore located:

:java -djavax.net.ssl.keystore=.keystore -djavax.net.ssl.keystorepassword=password sslserver

instead of

java sslserver

is there way can execute above commands directly in eclipse rather in cmd? commands go arguments(in run configuration)? have tried did not work.

in run configuration there section vm arguments. these go there:

-djavax.net.ssl.keystore=.keystore  -djavax.net.ssl.keystorepassword=password 

enter image description here


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -