我的项目结构如下
- 项目
-- bin
-- code ( consists of the main class "f.class" along with other classes and java files)
-- META-INF
-- MANIFEST.MF(manifest file containing info of main class " mainclass: package.f"
-- resources
我的问题如何为项目的上述结构构建一个可运行的jar。
jar cvf project.jar [path upto project]
此命令无效。没有说明。 为上述项目结构构建jar的正确命令是什么?