Skip to content

Instantly share code, notes, and snippets.

@Evan-R
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save Evan-R/a97de1a5f7cb0d87d037 to your computer and use it in GitHub Desktop.

Select an option

Save Evan-R/a97de1a5f7cb0d87d037 to your computer and use it in GitHub Desktop.

Revisions

  1. Evan-R revised this gist Aug 14, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion eclipse_setup_instructions.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    - download eclipse Luna from eclipse.org

    - if you need to install java 1.7, run `sudo apt-get install openjdk-7-jdk openjdk-7-jre`, then, edit your `eclipse.ini`, including the path to java 1.7, mine looked like this (it seems to remove the reference to the vm and save it somewhere else after it's run), you may want to tweak memory limits:
    - if you need to install java 1.7, run `sudo apt-get install openjdk-7-jdk openjdk-7-jre`, then, edit your `eclipse.ini`, including the path to java 1.7, mine looked like this, you may want to tweak memory limits:
    ```
    -startup
    plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
  2. Evan-R revised this gist Aug 14, 2014. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions eclipse_setup_instructions.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,6 @@
    - download eclipse Luna from eclipse.org

    - if you need to install java 1.7, run `sudo apt-get install openjdk-7-jdk openjdk-7-jre`

    - then, edit your `eclipse.ini`, including the path to java 1.7, mine looked like this (it seems to remove the reference to the vm and save it somewhere else after it's run), you may want to tweak memory limits:
    - if you need to install java 1.7, run `sudo apt-get install openjdk-7-jdk openjdk-7-jre`, then, edit your `eclipse.ini`, including the path to java 1.7, mine looked like this (it seems to remove the reference to the vm and save it somewhere else after it's run), you may want to tweak memory limits:
    ```
    -startup
    plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
  3. Evan-R revised this gist Aug 14, 2014. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions eclipse_setup_instructions.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,6 @@
    - download eclipse Luna from eclipse.org

    - if you need to install java 1.7, run:
    sudo apt-get install openjdk-7-jdk openjdk-7-jre
    - if you need to install java 1.7, run `sudo apt-get install openjdk-7-jdk openjdk-7-jre`

    - then, edit your `eclipse.ini`, including the path to java 1.7, mine looked like this (it seems to remove the reference to the vm and save it somewhere else after it's run), you may want to tweak memory limits:
    ```
  4. Evan-R revised this gist Aug 14, 2014. 1 changed file with 22 additions and 22 deletions.
    44 changes: 22 additions & 22 deletions eclipse_setup_instructions.md
    Original file line number Diff line number Diff line change
    @@ -5,30 +5,30 @@

    - then, edit your `eclipse.ini`, including the path to java 1.7, mine looked like this (it seems to remove the reference to the vm and save it somewhere else after it's run), you may want to tweak memory limits:
    ```
    -startup
    plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
    --launcher.library
    plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326
    -product
    org.eclipse.epp.package.standard.product
    --launcher.defaultAction
    openFile
    -showsplash
    org.eclipse.platform
    --launcher.XXMaxPermSize
    256m
    --launcher.defaultAction
    openFile
    --launcher.appendVmargs
    -startup
    plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
    --launcher.library
    plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326
    -product
    org.eclipse.epp.package.standard.product
    --launcher.defaultAction
    openFile
    -showsplash
    org.eclipse.platform
    --launcher.XXMaxPermSize
    256m
    --launcher.defaultAction
    openFile
    --launcher.appendVmargs
    -vm
    /usr/lib/jvm/java-1.7.0-openjdk-amd64/bin/java
    -vm
    /usr/lib/jvm/java-1.7.0-openjdk-amd64/bin/java
    -vmargs
    -Dosgi.requiredJavaVersion=1.7
    -XX:MaxPermSize=512m
    -Xms120m
    -Xmx1024m
    -vmargs
    -Dosgi.requiredJavaVersion=1.7
    -XX:MaxPermSize=512m
    -Xms120m
    -Xmx1024m
    ```

    - search `PDT` and install the PHP Development Tools (something like this) via `Help -> Install New Software`, restart after install
  5. Evan-R revised this gist Aug 14, 2014. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions eclipse_setup_instructions.md
    Original file line number Diff line number Diff line change
    @@ -4,6 +4,7 @@
    sudo apt-get install openjdk-7-jdk openjdk-7-jre

    - then, edit your `eclipse.ini`, including the path to java 1.7, mine looked like this (it seems to remove the reference to the vm and save it somewhere else after it's run), you may want to tweak memory limits:
    ```
    -startup
    plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
    --launcher.library
    @@ -28,6 +29,7 @@
    -XX:MaxPermSize=512m
    -Xms120m
    -Xmx1024m
    ```

    - search `PDT` and install the PHP Development Tools (something like this) via `Help -> Install New Software`, restart after install

  6. Evan-R renamed this gist Aug 14, 2014. 1 changed file with 0 additions and 0 deletions.
  7. Evan-R created this gist Aug 14, 2014.
    36 changes: 36 additions & 0 deletions eclipse_setup_instructions
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@
    - download eclipse Luna from eclipse.org

    - if you need to install java 1.7, run:
    sudo apt-get install openjdk-7-jdk openjdk-7-jre

    - then, edit your `eclipse.ini`, including the path to java 1.7, mine looked like this (it seems to remove the reference to the vm and save it somewhere else after it's run), you may want to tweak memory limits:
    -startup
    plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
    --launcher.library
    plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326
    -product
    org.eclipse.epp.package.standard.product
    --launcher.defaultAction
    openFile
    -showsplash
    org.eclipse.platform
    --launcher.XXMaxPermSize
    256m
    --launcher.defaultAction
    openFile
    --launcher.appendVmargs

    -vm
    /usr/lib/jvm/java-1.7.0-openjdk-amd64/bin/java

    -vmargs
    -Dosgi.requiredJavaVersion=1.7
    -XX:MaxPermSize=512m
    -Xms120m
    -Xmx1024m

    - search `PDT` and install the PHP Development Tools (something like this) via `Help -> Install New Software`, restart after install

    - search `git` and install Github Task Focussed Interface (something like this), restart after install

    - done.