79390955

Date: 2025-01-27 13:33:09
Score: 0.5
Natty:
Report link

in my case, in macOS and for flutter:

in zshrc or bash, save this:

export JAVA_HOME=<yourJdkPath>

in terminal, set this:

flutter config --jdk-dir="${JAVA_HOME}"

without flutter config command, and only setting java home, I even could not run counter app, as expected. Applying both solved my problem.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: alperefesahin