Discuss / Java / 求教

求教

Topic source

$ jar --create --file hello.jar --main-class com.itranswarp.sample.Main -C  bin

解析文件参数时出错

尝试使用‘jar --help’获取详细信息

chenhangaj

#2 Created at ... [Delete] [Delete and Lock User]

后面少个  "." 吗?

jar --create --file hello.jar --main-class com.itranswarp.sample.Main -C bin/ .

这样可以


  • 1

Reply