공부
[Java] java -Denviroment=dev -jar myjar.jar
승가비
2022. 8. 6. 06:51
728x90
java -Denviroment=dev -jar myjar.jar
https://stackoverflow.com/questions/29811377/how-to-pass-system-properties-to-a-jar-file
How to pass system properties to a jar file
I have a main class that expects certain properties that I pass using the -D option. I can access this in my IDE by sending them as VM options. I package this application into a jar file using Mav...
stackoverflow.com
728x90