Jump to content

Question

Posted (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 by joey2017
miss spelt

17 answers to this question

Recommended Posts

  • 0
Posted

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
Posted

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

9pqT73R.png

 

3.) Restart your computer.

  • 0
Posted
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 ?

Capture d’écran 2017-11-14 à 00.45.14.png

Those orders do not work in my terminal as well. Is there something else I have to change? 

  • 0
Posted (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 by XanderX10
  • 0
Posted

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 :D

Just sent this so i get notified of replies

  • 0
Posted
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 :D

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
Posted
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
Posted (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

9pqT73R.png

 

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 by beybladeboy12
more detail
  • 0
Posted
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
Posted
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

9pqT73R.png

 

3.) Restart your computer.

how do u open a terminal

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...