Does a Java plugin exist for Qt Creator [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
开发者_运维百科Closed 3 years ago.
Improve this questionI am struggling to find a plugin which would allow me to use Java in Qt Creator. My questions are:
- Does a plugin like that even exist?
- If it doesn't exist, why not? Is there some wider conflict between Java and Qt?
Thanks in advance,
Ernesto
I think that's not possible at the moment - it can do C++ only... Maybe they'll add Java support in future, who knows :)
Do you want to add a QT-Java support to some IDE like eclipse? If so, there is already plugins supported for Jambi. Check this for how to integerate QT Jambi with eclipse IDE
If this is not what you want, would you make the question more detailed:)
Syntax highlighting for Java works on a basic level, there is no code completion. "Properly" supported are currently only C++, QML, GSLS, and JavaScript.
You have to download qt-eclipse-integration setup and install it... now ou can compile java programs in QT.
精彩评论