I'm working on a codebase that require openjadk@8 specifically. I've a M1 Mac chip while openjdk8 is for intel chips and not for for m1 chips. So I've configured Rosetta terminal on, which is an Apple built emulator translates layer for running Intel-based apps on Apple Silicon Macs. Rosetta 2 terminal: []
I'm able to open default terminal and the one with rosetta outside the intellij idea ce.
Now, please help to use to use terminal with rosetta inside intellij idea.
CodePudding user response:
Per this discussion, use the following as the Terminal shell path:
env /usr/bin/arch -x86_64 /bin/zsh