Java - setting classpath

前端 未结 3 599
青春惊慌失措
青春惊慌失措 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 17:13

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

提交回复
热议问题