Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Choose runtime make IDEA2020.1 menu bar does not merge with the menu bar of macOS #16

Open
lightingtime opened this issue Apr 24, 2020 · 1 comment

Comments

@lightingtime
Copy link

my os : macos10.15.4
choose runtime version: latest

not use choose runtime(or use the default), the IDEA2020.1 menu bar
image

After use choose runtime to switch jdk1.8, the IDEA2020.1 menu bar
image

IDEA2020.1 menu bar does not merge with the menu bar of macOS.

@CrazyCoder
Copy link

See in About the real JDK version used by IntelliJ IDEA. It's probably wrong is not not the bundled one, refer to https://intellij-support.jetbrains.com/hc/articles/206544879.

Run from the terminal: https://intellij-support.jetbrains.com/hc/en-us/articles/360011901879-How-to-start-IDE-from-the-command-line .

Set this before running:

export IDEA_LAUNCHER_DEBUG=true

Provide the output from the Terminal.

It's possible that you override the default with an env variable or some option/property forcing you to run on 1.8 instead of 11, see Help | Edit Custom VM Options and Help | Edit Custom Properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants