FTB not working even with java 1.6???

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

MINEBLEMONE

New Member
Jul 29, 2019
5
0
0
I have been trying for a long time, even after downloaded java 1.6(im on a mac) and disabling java 1.7, it still doesn't work.
I have posted a ticket but noone is replying.

Log:

Typing java -version gives me this in terminal:
Antons-MacBook-Air:downloads mcm$ java -version
java version "1.6.0_35"
Java(TM) SE Runtime Environment (build 1.6.0_35-b10-428-11M3811)
Java HotSpot(TM) 64-Bit Server VM (build 20.10-b01-428, mixed mode)
Antons-MacBook-Air:downloads mcm$
 

lavarthan

New Member
Jul 29, 2019
2,437
0
0
I'm no expert with Mac, but FTB is still using Java 7. According to your log. "LaunchFrame.main:166: Java version: 1.7.0_21" Did you follow this guide to downgrade? It is from this install guide.
 

MINEBLEMONE

New Member
Jul 29, 2019
5
0
0
I'm no expert with Mac, but FTB is still using Java 7. According to your log. "LaunchFrame.main:166: Java version: 1.7.0_21" Did you follow this guide to downgrade? It is from this install guide.

I followed both guides exactly.[DOUBLEPOST=1369676578][/DOUBLEPOST]Also, I can't find a working mac download for Java JRE 6, so I cant make sure that I am using java 6.
 

MINEBLEMONE

New Member
Jul 29, 2019
5
0
0
Then you didn't follow the guide, in the guide is everything to enable java 6 on Mac. (http://support.apple.com/kb/HT5559??)

Yes I did, I did exactly.
Here is the log from my terminal when I follow it:
Antons-MacBook-Air:~ mcm$ sudo mkdir -p /Library/Internet\ Plug-Ins/disabled
Password:
Antons-MacBook-Air:~ mcm$ sudo mv /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin /Library/Internet\ Plug-Ins/disabled
mv: rename /Library/Internet Plug-Ins/JavaAppletPlugin.plugin to /Library/Internet Plug-Ins/disabled/JavaAppletPlugin.plugin: Directory not empty
Antons-MacBook-Air:~ mcm$ sudo ln -sf /System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
Antons-MacBook-Air:~ mcm$ sudo ln -sf /System/Library/Frameworks/JavaVM.framework/Commands/javaws /usr/bin/javaws
Antons-MacBook-Air:~ mcm$
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
You might have seen that the mv (move command) didn't get executed? (error Directory not empty)
 

James Draper

New Member
Jul 29, 2019
1
0
0
[09:16:47] [INFO] LaunchFrame.main:166: Java version: 1.7.0_21

I see your minecraft is still executing java 1.7

I have never used a mac so i dont know if any of this works for you. If you change the startup script where it says 'exec java' to put '/usr/libexec/java_home -v 1.6.0 --exec java'
That will ensure you run the 1.6 version of java when your minecraft loads instead of the default 1.7.

Im sorry if i havent explained this very well, i dont really have any experience with macs.

I hope this helps you to be able to play this brilliant game :)
 

Ashzification

New Member
Jul 29, 2019
7,425
1
0
I would like to clarify, I did reply to your ticket. You didn't do the steps correctly, and now I'm waiting for a new log.


You need to learn patience.
 
  • Like
Reactions: Nessiroj
Status
Not open for further replies.