User Tools

Site Tools


eclipse_setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
eclipse_setup [2021/02/09 07:03]
lnarmour
eclipse_setup [2021/03/19 12:40]
lnarmour Dept java location changed, updated option 1 details
Line 9: Line 9:
 export ECLIPSE_HOME=/s/chopin/e/proj/AlphaZ/BinTree/eclipse-alphaz-bundle/eclipse/ export ECLIPSE_HOME=/s/chopin/e/proj/AlphaZ/BinTree/eclipse-alphaz-bundle/eclipse/
 #Path to the java used -- should NOT be changed #Path to the java used -- should NOT be changed
-export JAVA_HOME=/usr/local/java64/bin/+export JAVA_HOME=/usr/local/java/latest/bin/
 export PATH=${JAVA_HOME}:${PATH} export PATH=${JAVA_HOME}:${PATH}
  
-${ECLIPSE_HOME}/eclipse $* -configuration ~/.eclipse_alphaz_config -vmargs -d64 -Xms256m -Xmx1024m &+${ECLIPSE_HOME}/eclipse $* -configuration ~/.eclipse_alphaz_config -vmargs -Xms256m -Xmx1024m &
 </code> </code>
 Save the above script as ''eclipse.custom'' on your home directory (say as ~/eclipse.custom) and run it (don't forget to give execute permission to the script). Save the above script as ''eclipse.custom'' on your home directory (say as ~/eclipse.custom) and run it (don't forget to give execute permission to the script).
Line 33: Line 33:
   - In "Work with" text box, copy/paste the following URL: https://www.cs.colostate.edu/AlphaZ/update-sites/2019_03-master.   - In "Work with" text box, copy/paste the following URL: https://www.cs.colostate.edu/AlphaZ/update-sites/2019_03-master.
   - You should see the item for "AlphaZ".   - You should see the item for "AlphaZ".
-  - Install "AlphaZ".+  - Select it, and proceed through the prompts to install the plugin.
   - Hit next until Eclipse start installing the bundle.   - Hit next until Eclipse start installing the bundle.
   - Restart Eclipse.   - Restart Eclipse.
eclipse_setup.txt ยท Last modified: 2023/06/01 17:01 by lnarmour