문제

I wish to use the Qt GUI framework in my java program.
I've downloaded and installed the QJambi executable, which has made a lovely directory at C:\qtjambi-4.7.1.

I can't for the life of me, figure out how to actually import the Qt API into my java program.
The Qt Jambi wikipedia page wikipedia page on Qt Jambi gives a brief example, with the import statement import com.trolltech.qt.gui.*;, which does not work in my program.

This is obviously because my program can't find the appropriate files; neither can I!
I'm assuming I must have certain files from the Qt Jambi API in my program directory, but I'm not sure which!

So which files should I put where so that I can use the Qt Jambi API?
(I wish to wrap my program as an executable when deploying)

Thanks!

(Sorry for such a rookie problem)

도움이 되었습니까?

해결책

Are you using eclipse? You have to set the jar file (presumably there's a library jar file somewhere inside the qtjambi directory) on your classpath.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top