0
我需要閱讀一些參數,這些參數是在我的java程序中的windows批處理腳本中定義的... 如何定義參數..?對於例如 ,我需要讀取腳本中定義的變量; 變量v = XYX如何將參數從windows批處理腳本傳遞給java
我試着定義像(在腳本中);
java -Dvariable=XYX
但得到異常;
Usage: java [-options] class [args...]
(to execute a class)
or java [-options] -jar jarfile [args...]
(to execute a jar file)
where options include:
-client to select the "client" VM
感謝這個工作正常 – Ratha 2012-04-25 18:45:49