Java project in Qt.
Solved
General and Desktop
-
@Jhanvi
Do you mean Qt the framework or Qt the IDE ?If you mean Qt creater, than I don't think so, you can open and edit individual files wihtout a problem but as far as I know you can only integrate c /c++ compiler into QtCreator to be selected as a "kit".
But I might be wrong here, never tried it. -
@Jhanvi You should really be more clear.
What you're writing can be understood in several ways:- Execute a Java application from a Qt application in a separate process (using QProcess as @SGaist suggested)
- Use QtCreator to work on a Java project (not supported by QtCreator as it is a C++ IDE)
- Use Qt in an Java application
So, what do you really mean? Can you describe better?