Skip to content

Instantly share code, notes, and snippets.

@ecowden
Created March 22, 2013 20:22
Show Gist options
  • Save ecowden/5224445 to your computer and use it in GitHub Desktop.
Save ecowden/5224445 to your computer and use it in GitHub Desktop.
Launches TechnicLauncher on Mac OS X when Java 7 is installed
export JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
java -jar TechnicLauncher.jar
@ecowden
Copy link
Author

ecowden commented Mar 22, 2013

Technic can be found here.

  1. Create a script called 'technic.sh' (or whatever) next to your TechnicLauncher.jar with the following contents.

  2. From the command line, cd to the directory and set permissions with:

    chmod +x technic.sh 
    
  3. then launch with:

    ./technic.sh 
    
  4. Build stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment