在控制台中运行一个class或者jar,可以这样写:java -Dusername=user -Dpassword=password TestApp这样在程序中就可以通过System.getProperty("user")获取对应的键值
请问各位前辈,在eclipse中运行这个class或者jar的时候,怎样才能设置-D后面的属性呢?