Mac could not get JAWT interface

Status
Not open for further replies.

Meldiron

New Member
Jul 29, 2019
641
0
0
Not sure if it will help you, but this thread seems to have helped a lot of people having issue on mac
The full process for launching properly is
  1. Save the launcher jar on the Desktop in a folder called ftb
  2. Open terminal and type

    Code:
    cd ~/Desktop/ftb/
    export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
    java -jar FTB_Launcher.jar
  3. The launcher should launch and work properly
 
Status
Not open for further replies.