Can we able to use Qt creator for java projects?
-
@thippu Qt Creator is a text editor after all, so you can use it to edit Java source code. This is the case when writing Android applications with Qt as you may need to write/tweak some code in Java, let's say a couple of classes.
Given that said, you won't get the same developer experience working with Java projects as you may have with Eclipse or IntelliJ for instance...