Cannot start the project in Qt for Mac OS
-
@loa3 You don't need Java if you target MacOS. For which exact platform do you want to build your app?
@jsulm At the moment I study 'pure' C++ for use it for PLCs in future. So I need simple console program which use standard IO functions like cin/cout/file read/write.
First time I launched projects into Qt without Terminal. But just simple cin does not work there.
So I set up Launch in termenal checkbox as recommended on some resources. And it does not work. -
@jsulm At the moment I study 'pure' C++ for use it for PLCs in future. So I need simple console program which use standard IO functions like cin/cout/file read/write.
First time I launched projects into Qt without Terminal. But just simple cin does not work there.
So I set up Launch in termenal checkbox as recommended on some resources. And it does not work. -
@loa3 What exact Qt version did you install? Is it possible that you installed Qt for Android (which requires Java)?
Do you start your app from QtCreator? -
@loa3 said in Cannot start the project in Qt for Mac OS:
Qt Creator 4.14.0
Qt 5.15.2 (Clang 11.0 (Apple), 64 бита)This only says what Qt version was used to build QtCreator, not which Qt version you are using for your project.
What kind of project did you create?
-
@loa3 said in Cannot start the project in Qt for Mac OS:
Qt Creator 4.14.0
Qt 5.15.2 (Clang 11.0 (Apple), 64 бита)This only says what Qt version was used to build QtCreator, not which Qt version you are using for your project.
What kind of project did you create?
-
@loa3 said in Cannot start the project in Qt for Mac OS:
where can I check Qt version?
In your Kit configuration (in QtCreator)
-
@loa3 said in Cannot start the project in Qt for Mac OS:
where can I check Qt version?
In your Kit configuration (in QtCreator)
-
Tools seems to be menu item selected. But if yes I can not find something that means 'options'. there...
-
@loa3 Please search for Kit configuration in QtCreator settings (I don't have QtCreator with Russian menues). As far as I know on MacOS application settings are in the left menu entry ("Qt Creator" in this case)...
-
@loa3 Looks like desktop version. Then I don't know why you have this Java issue, I'm not Mac expert.
-
@loa3 Looks like desktop version. Then I don't know why you have this Java issue, I'm not Mac expert.
-
@jsulm said in Cannot start the project in Qt for Mac OS:
@loa3 Looks like desktop version. Then I don't know why you have this Java issue, I'm not Mac expert.
Do you have any idea where can I find Mac/Qt experts, please?
-
Hi,
Can you show your environment variables in the console ?
What version of macOS are you running ? -
Hi,
Can you show your environment variables in the console ?
What version of macOS are you running ?@SGaist said in Cannot start the project in Qt for Mac OS:
Can you show your environment variables in the console ?
Yes, please:
Macintosh:~ apple$ printenv
TERM_PROGRAM=Apple_Terminal
SHELL=/bin/bash
TERM=xterm-256color
TMPDIR=/var/folders/yh/5cyx35gd07x734h568l3p_p00000gp/T/
Apple_PubSub_Socket_Render=/private/tmp/com.apple.launchd.cV6k4mxtJJ/Render
TERM_PROGRAM_VERSION=421.2
TERM_SESSION_ID=C9973591-7071-476A-AF24-C559E765CCB1
USER=apple
SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.J0oZF6hFtw/Listeners
PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Frameworks/Mono.framework/Versions/Current/Commands
PWD=/Users/apple
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_281.jdk/Contents/Home
LANG=ru_RU.UTF-8
XPC_FLAGS=0x0
XPC_SERVICE_NAME=0
SHLVL=1
HOME=/Users/apple
LOGNAME=apple
_=/usr/bin/printenv(I'm not sure that this is what you mean, sorry)
What version of macOS are you running ?
macOS 10.14.6 -
I do not see anything overly suspicious there.
How are you trying to create your project on the command line ?
-
I do not see anything overly suspicious there.
How are you trying to create your project on the command line ?
@SGaist said in Cannot start the project in Qt for Mac OS:
How are you trying to create your project on the command line ?
I designed some projects in QtCreator and launched them from there with checkbox 'Run in terminal'.
It was very simple console programs that just use basic I/O commands like cin/cout as well as file operations.First of all the system told that there is no JVM.
When I installed it error has changed to that one which is above.
And I have to use Qt for Windows (no pleasure... ) ).

