Java - 设置类路径

发布于 2024-11-09 11:27:07 字数 259 浏览 0 评论 0原文

我的示例应用程序告诉我:

No 'qtjambi-deployment.xml' found in classpath, loading
libraries via 'java.library.path'

我希望我的应用程序使用 qtjambi-deployment.xml,但遗憾的是在 IntelliJ IDEA 10.5 中找不到适当的设置。

有人可以帮助我吗?

My sample application tells me:

No 'qtjambi-deployment.xml' found in classpath, loading
libraries via 'java.library.path'

I wish for my application to use the qtjambi-deployment.xml, but unfortunately can't find the appropriate setting in IntelliJ IDEA 10.5.

Could someone help me?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

不寐倦长更 2024-11-16 11:27:07

您可以右键单击 IntelliJ 项目中的任何目录,选择“将目录标记为...”,然后选择“源根目录”。该director文件夹的颜色将从黄色变为蓝色; IntelliJ 认为所有这些目录都在您的 CLASSPATH 中。

You can right click on any directory in your IntelliJ project, select "Mark Directory As...", and choose "Source Root". That director folder will change color from yellow to blue; IntelliJ considers all those directories to be in your CLASSPATH.

甜`诱少女 2024-11-16 11:27:07
  • 从顶部菜单中单击“运行”=> “编辑配置”
  • 在左栏中选择右侧的“应用程序”(如果尚未选择)
  • 单击右侧栏中的“配置”选项卡(如果尚未选择)
  • 单击“...”按钮在“环境变量:”右侧
  • 单击“+”按钮。
  • From the top menu click 'Run' => 'Edit Configurations'
  • Choose the right 'Application' in the left column (if it's not yet selected)
  • Click on 'Configuration' tab in the right hand side column (if it's not yet selected)
  • Click the '...' button to the right of 'Environment variables:'
  • Click the '+' button.
失与倦" 2024-11-16 11:27:07

qtjambi-deployment.xml 文件位于 qtjambi-win-msvc-.jar 中。将此包添加到您的类路径中,您的构建问题将得到解决。我希望)

qtjambi-deployment.xml file is situated in qtjambi-win<architecture>-msvc<year>-<vertion>.jar. Add this package to your classpath and your building problem will be solved. I hope)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文