As the title says, I've been having trouble starting the Launcher for a while now... could maybe someone give me /absence so I have some more time? Thanks, _gonefishing_
Hey, I'm on way to issue an absence. Do you mind explaining your issue here so we can see if we can assist you in getting back online [doublepost=1541022620,1541021919][/doublepost]Your absence has been set. Please send us some client logs/ crash-reports if you have any and we will try to figure out why you are crashing on launch.
Basically I updated Java to 11, and since then (even after changing back to 7), when I try to start the Launcher, it opens normally, but the I window doesn't appear, and after a while it just closes.... I don't know what to do :/ edit: typing java -version in the console says "java version "1.7.0_80" meaning java 7 jdk
Sadly still doesnt work with java 8 :/ specifically this is what comes: java -version java version "1.8.0_191" Java(TM) SE Runtime Environment (build 1.8.0_191-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)
Close any programs that use java. Then you need to run these three commands from the Mac Terminal (you can copy and paste them into the terminal window) NOTE: You will need Sudo access or someone with Sudo access to remove the files (AKA a parent or guardian) Code: sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane sudo rm -fr ~/Library/Application\ Support/Oracle/Java To open the mac terminal, follow these steps: Code: 1. Click on the Finder icon located in your dock 2. Click on Go in the Finder menu 3. Click on Utilities 4. Double-click on the Terminal icon After this, you can reinstall Java 8 just like you did earlier, and it will guarantee that all versions of java are uninstalled except for the one you install at the end.
So I can't have other versions of java installed? Because java 9 and up have jshell which i really like using edit: I see what you mean now... works now thanks for your help