Java - setting classpath

前端 未结 3 580
青春惊慌失措
青春惊慌失措 2020-12-01 16:38

My sample application tells me:

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

I wish for my

相关标签:
3条回答
  • 2020-12-01 16:51

    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.

    0 讨论(0)
  • 2020-12-01 16:58
    • 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.
    0 讨论(0)
  • 2020-12-01 17:13

    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)

    0 讨论(0)
提交回复
热议问题