gpt4 book ai didi

java - 根据 org.json 等库构建 jar,无需 ide

转载 作者:太空宇宙 更新时间:2023-11-04 09:59:31 25 4
gpt4 key购买 nike

我在没有任何 IDE 的情况下构建了一个项目并想要编译它。我不想使用 Maven 或 Ant。所以我有几个类和一个 jar 文件(org.json)“json.jar”。

javac -cp json.jar *.java 
java -cp .;json.jar App

现在我想为我的项目创建另一个 jar 文件,但不知道如何包含/链接 lib json.jar。我创建了一个manifest.mf

Main-Class: App
Class-Path: json.jar

并尝试过

jar -cmf manifest.mf App.jar *.class json.jar

创建了一个 jar 文件,但我无法运行它。谢谢

最佳答案

根据jar man page :

Be sure that any pre-existing manifest file that you use ends with a new line. The last line of a manifest file will not be parsed if it doesn't end with a new line character.

关于java - 根据 org.json 等库构建 jar,无需 ide,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53686809/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com