Java returned: -1073740771 #41
Replies: 7 comments 6 replies
-
I am not familiar with NetBeans. In Eclipse I would expect to see the process outprint. If there are exceptions they are printed. |
Beta Was this translation helpful? Give feedback.
-
Before doing the application shutdown you have to start the event loop by calling |
Beta Was this translation helpful? Give feedback.
-
hello , how can i install qtjambi on my eclipse? what steps should i make? |
Beta Was this translation helpful? Give feedback.
-
There are a lot of tutorial for using Eclipse IDE for software development. |
Beta Was this translation helpful? Give feedback.
-
No, compilation works completely without native Qt. Only when running your app you need Qt libraries. Therefore use Qt installer. |
Beta Was this translation helpful? Give feedback.
-
When you want to create your own widget with Qt you need to use Qt as widget system for your entire application. You cannot combine Qt widgets with AWT/Swing windows. |
Beta Was this translation helpful? Give feedback.
-
Go to the java build path of your project. There, you see the tab "Libraries" and in libraries you see modulepath and classpath. |
Beta Was this translation helpful? Give feedback.
-
Hello! I was trying to write a qml application. what did I do wrong?


Beta Was this translation helpful? Give feedback.
All reactions