通过控制台创建jar文件

时间:2014-03-09 17:48:53

标签: java class jar console manifest

我的项目结构如下

- 项目

  -- 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的正确命令是什么?

0 个答案:

没有答案