Skip to content

Instantly share code, notes, and snippets.

View Raphhh's full-sized avatar

Raphaël Lefebvre Raphhh

View GitHub Profile
@Cryde
Cryde / gist:c932d8f3697b61fd1b61
Last active August 29, 2015 14:22
Install Appcelerator Studio on Debian Jessie (x64)

Don't open studio before this guide mentions it. ##Java Install Sun Java JDK (not Open JDK) (this content comes from : https://www.digitalocean.com/community/tutorials/how-to-manually-install-oracle-java-on-a-debian-or-ubuntu-vps)

  • first download Java JDK (x64, tar) from the Oracle server : http://www.oracle.com/technetwork/java/javase/downloads/index.html
  • login as root : sudo su
  • mkdir /opt/jdk
    The /opt directory is reserved for all the software and add-on packages that are not part of the default installation.
  • extract the file to the /opt/jdk dir : tar -zxf YOUR-FILE-x64.tar.gz -C /opt/jdk
  • check if directory exists: ls /opt/jdk