gpt4 book ai didi

Java如何在使用命令行编译时添加库或API?

转载 作者:行者123 更新时间:2023-11-30 06:29:45 24 4
gpt4 key购买 nike

问题说明了一切,我试图在我的代码中使用外部库,但它告诉我我引用的包不存在,所以我猜导入不起作用。我该怎么做呢?

最佳答案

使用 -cp 选项,如 javac notes 中所述.

Specify where to find user class files, and (optionally) annotation processors and source files. This class path overrides the user class path in the CLASSPATH environment variable. If neither CLASSPATH, -cp nor -classpath is specified, the user class path consists of the current directory. ..

关于Java如何在使用命令行编译时添加库或API?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11168015/

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