如何从shell脚本中将.property
文件传递给JAVA类?
我正在从shell脚本执行.jar
文件。我需要将.property
文件(存在于Server中)传递给Java类。请帮帮我。
答案 0 :(得分:0)
我遇到了这个问题,现在解决了。
java -Dconfig.properties.filepath=/app1/username/application/config.properties -cp "Jarname.jar:lib/*" com.xyx.packagename.methodname