Pass arguments to JAR file
800299Apr 29 2009 — edited Apr 30 2009how can i pass arguments to .jar file without command prompt
Details:
i make client / server program, i used SSL in my program, i am using NETBEANS IDE as a tool, my program take Certificate Authority information(CA) as startup.
I set my CA information from project window property --> Run --> VM Option values(-Djavax.net.ssl.trustStore=testStore -Djavax.net.ssl.trustStorePassword=tutorial)
when i rum form NETBEANS its works
when i run .jar file Separately(not form NETBEANS) its not working properly
how can i resolve it
thanks