joey2017 Posted October 27, 2017 Posted October 27, 2017 (edited) hi guys i just tried starting up technic launcher and it gets stuck on the logo and never moves from there im using a MacBook air im using jdk 8 also what should i do? Edited October 27, 2017 by joey2017 miss spelt
0 Forum Administrators Lord Ptolemy Posted October 27, 2017 Forum Administrators Posted October 27, 2017 Open up a terminal and type: java -version Copy and paste the output here.
0 joey2017 Posted October 27, 2017 Author Posted October 27, 2017 java version "9" Java(TM) SE Runtime Environment (build 9+181) Java HotSpot(TM) 64-Bit Server VM (build 9+181, mixed mode) Nathans-Air:~ nathancimarelli$
0 Forum Administrators Lord Ptolemy Posted October 27, 2017 Forum Administrators Posted October 27, 2017 As the output states that's not Java 8. That's Java 9. The Technic launcher, Forge, nor Minecraft supports Java 9. 1.) Up a terminal a terminal and enter these one at a time: $ sudo rm -fr /Library/Java/JavaVirtualMachines/jdk-9.jdk/ $ sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin $ sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane 2.) Install JDK 8 http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 3.) Restart your computer.
0 joey2017 Posted October 28, 2017 Author Posted October 28, 2017 ok its downloading thank you so much its fully working now
0 Darlys Posted November 13, 2017 Posted November 13, 2017 (edited) Hello the orders you sent do not work in my Terminal. Could you help me please ? Edited November 13, 2017 by Darlys
0 Helpmeplease82 Posted March 30, 2018 Posted March 30, 2018 Im having the same Problem but i don't know how to open a terminal and im on a mac can anyone help me? joey2017 1
0 joey2017 Posted April 1, 2018 Author Posted April 1, 2018 On you mac go to your search bar in the top right and search terminal it will bring it up
0 whatsupbee Posted April 19, 2018 Posted April 19, 2018 On 11/13/2017 at 4:42 PM, Darlys said: Hello the orders you sent do not work in my Terminal. Could you help me please ? Those orders do not work in my terminal as well. Is there something else I have to change?
0 XanderX10 Posted April 21, 2018 Posted April 21, 2018 (edited) It says java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode) but It still won't work :/ Edited April 21, 2018 by XanderX10
0 NaiduBoys Posted May 22, 2018 Posted May 22, 2018 Ok the easiest way to do this is to run this in you terminal export JAVA_HOME=`/usr/libexec/java_home -v 1.8` cd /Users/yourname/Desktop/Technic java -jar TechnicLauncher.jar make sure you replace your name with what ever the location is also make sure technic is on your desktop or else change the location the point is to cd the location of the technic file i put it in a folder called technic for my use of ease But Running this from terminal every time you want to use technic suck so what you need to do is to go into automator and search run click run shell script then insert the code you use I hope this helped you Just sent this so i get notified of replies ANdreyla360 1
0 ANdreyla360 Posted May 28, 2018 Posted May 28, 2018 On 5/22/2018 at 0:43 AM, NaiduBoys said: Ok the easiest way to do this is to run this in you terminal export JAVA_HOME=`/usr/libexec/java_home -v 1.8` cd /Users/yourname/Desktop/Technic java -jar TechnicLauncher.jar make sure you replace your name with what ever the location is also make sure technic is on your desktop or else change the location the point is to cd the location of the technic file i put it in a folder called technic for my use of ease But Running this from terminal every time you want to use technic suck so what you need to do is to go into automator and search run click run shell script then insert the code you use I hope this helped you Just sent this so i get notified of replies is there anyway we can talk I need help like on discord or skype or ts
0 NaiduBoys Posted June 1, 2018 Posted June 1, 2018 On 28/05/2018 at 0:00 PM, ANdreyla360 said: is there anyway we can talk I need help like on discord or skype or ts sorry no but i could make a yt vid if you want btw what do you need help with
0 NaiduBoys Posted October 21, 2018 Posted October 21, 2018 (edited) Edited February 10, 2019 by NaiduBoys
0 beybladeboy12 Posted February 3, 2019 Posted February 3, 2019 (edited) On 10/27/2017 at 7:48 PM, Lord Ptolemy said: As the output states that's not Java 8. That's Java 9. The Technic launcher, Forge, nor Minecraft supports Java 9. 1.) Up a terminal a terminal and enter these one at a time: $ sudo rm -fr /Library/Java/JavaVirtualMachines/jdk-9.jdk/ $ sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin $ sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane 2.) Install JDK 8 http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 3.) Restart your computer. NOTE THAT YOU HAVE TO TYPE YOUR VERSION OF JAVA WHERE IT SAYS jdk-9.jdk Type in java - version you will get a result that says something like: java version "1.6.0_65" Java(TM) SE Runtime Environment (build 1.6.0_65-b14-468) Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-468, mixed mode) copy whatever is where [VERSION] is in this line java version "[VERSION]" then paste it into where it says [version] here sudo rm -fr /Library/Java/JavaVirtualMachines/[VERSION].jdk/ now type in sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin then sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane now retype java -version it should say you have no java. if not go back to the beginning replacing [VERSION] with your new result install version 8 and restart Edited February 3, 2019 by beybladeboy12 more detail
0 NaiduBoys Posted February 10, 2019 Posted February 10, 2019 On 2/4/2019 at 1:48 AM, beybladeboy12 said: NOTE THAT YOU HAVE TO TYPE YOUR VERSION OF JAVA WHERE IT SAYS jdk-9.jdk Type in java - version you will get a result that says something like: java version "1.6.0_65" Java(TM) SE Runtime Environment (build 1.6.0_65-b14-468) Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-468, mixed mode) copy whatever is where [VERSION] is in this line java version "[VERSION]" then paste it into where it says [version] here sudo rm -fr /Library/Java/JavaVirtualMachines/[VERSION].jdk/ now type in sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin then sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane now retype java -version it should say you have no java. if not go back to the beginning replacing [VERSION] with your new result install version 8 and restart It is unnecessary to uninstall Technic
0 idonthaaveakink Posted August 7, 2019 Posted August 7, 2019 On 10/27/2017 at 7:48 PM, Lord Ptolemy said: As the output states that's not Java 8. That's Java 9. The Technic launcher, Forge, nor Minecraft supports Java 9. 1.) Up a terminal a terminal and enter these one at a time: $ sudo rm -fr /Library/Java/JavaVirtualMachines/jdk-9.jdk/ $ sudo rm -fr /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin $ sudo rm -fr /Library/PreferencePanes/JavaControlPanel.prefPane 2.) Install JDK 8 http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 3.) Restart your computer. how do u open a terminal
0 baptiste lefebvre Posted August 17, 2019 Posted August 17, 2019 guys I have a problem when I open automator I don't have the " run shell script " so I can't continue the steps someone can show me clearly how I can fix this ?
Question
joey2017
hi guys i just tried starting up technic launcher and it gets stuck on the logo and never moves from there im using a MacBook air
im using jdk 8 also
what should i do?
miss spelt
17 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now