Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Oxygen 3.a not working MacOS Big Sur java 1.8.0_271

I just updated to Big Sur and I cannot start my eclipse 3.a. First it failed to start, then I added the following to the start paramters:

    <string>-vm</string>enter code here<string>/Library/Java/JavaVirtualMachines/jdk1.8.0_271.jdk/Contents/Home/bin/java</string>    
<string>-keyring</string>
e<string>~/.eclipse_keyring</string>   

but now the window is completely invisible. I don't know what to do anymore and I need it to work on monday.

like image 600
Daniel Bachmann Avatar asked Feb 28 '26 06:02

Daniel Bachmann


1 Answers

My Info.plist is as below.

        <array>
            <!-- to use a specific Java version (instead of the platform's default) uncomment one of the following options,
                    or add a VM found via $/usr/libexec/java_home -V
                <string>-vm</string><string>/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Commands/java</string>
                <string>-vm</string><string>/Library/Java/JavaVirtualMachines/1.8.0.jdk/Contents/Home/bin/java</string>
            -->
            <string>-vm</string><string>/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/bin/java</string>
            <string>-keyring</string>
            <string>~/.eclipse_keyring</string>
        </array>

The main thing is, disconnect your external monitor.

like image 80
JasonTHANT Avatar answered Mar 02 '26 22:03

JasonTHANT



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!