Closed nedtwigg closed 3 years ago
The IDE fails to launch with "can't find JVM" message. To fix:
build/oomph-ide.app/Contents/Info.plist
to use a specific Java version
<string>-vm</string><string>/Library/Java/JavaVirtualMachines/BLAHBLAH</string>
Fixed in 3.26.1.
3.26.1
The IDE fails to launch with "can't find JVM" message. To fix:
build/oomph-ide.app/Contents/Info.plist
to use a specific Java version
<string>-vm</string><string>/Library/Java/JavaVirtualMachines/BLAHBLAH</string>