Qt Creator 是否存在 Java 插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1685000/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Does a Java plugin exist for Qt Creator
提问by ebasconp
I am struggling to find a plugin which would allow me to use Java in Qt Creator. My questions are:
我正在努力寻找一个可以让我在 Qt Creator 中使用 Java 的插件。我的问题是:
- Does a plugin like that even exist?
- If it doesn't exist, why not? Is there some wider conflict between Java and Qt?
- 这样的插件真的存在吗?
- 如果它不存在,为什么不存在?Java 和 Qt 之间是否存在更广泛的冲突?
Thanks in advance,
提前致谢,
Ernesto
埃内斯托
采纳答案by dimsuz
I think that's not possible at the moment - it can do C++ only... Maybe they'll add Java support in future, who knows :)
我认为目前这是不可能的 - 它只能做 C++ ......也许他们将来会添加 Java 支持,谁知道 :)
回答by Suraj Chandran
Do you want to add a QT-Java support to some IDE like eclipse? If so, there is already plugins supported for Jambi. Check thisfor how to integerate QT Jambi with eclipse IDE
您想为 Eclipse 等 IDE 添加 QT-Java 支持吗?如果是这样,Jambi 已经支持插件。检查这个以了解如何使用 Eclipse IDE 对 QT Jambi 进行整数化
If this is not what you want, would you make the question more detailed:)
如果这不是你想要的,你会更详细地提出问题吗:)
回答by mylife
Syntax highlighting for Java works on a basic level, there is no code completion. "Properly" supported are currently only C++, QML, GSLS, and JavaScript.
Java 的语法高亮在基本级别上工作,没有代码完成。“正确”支持当前仅 C++、QML、GSLS 和 JavaScript。
回答by Musaddique
You have to download qt-eclipse-integration setup and install it... now ou can compile java programs in QT.
您必须下载qt-eclipse-integration setup 并安装它……现在您可以在QT 中编译java 程序了。

