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 [2017/11/29 16:37]
waruna [Common Pitfalls]
eclipse_setup [2018/09/25 16:14]
sanjay
Line 1: Line 1:
 AlphaZ has been only tested on Linux 64 bits and MacOs. AlphaZ has been only tested on Linux 64 bits and MacOs.
 +
 +=====Eclipse Setup for CSU students =====
 +The eclipse environment with all necessary plug-ins is available in the AlphaZ project directory. The following script will start the eclipse with AlphaZ installed.\\
 +<code bash>
 +#!/bin/bash
 +
 +#Path to the eclipse -- should NOT be changed
 +export ECLIPSE_HOME=/s/chopin/e/proj/AlphaZ/BinTree/eclipse-alphaz-bundle/eclipse/
 +#Path to the java used -- should NOT be changed
 +export JAVA_HOME=/usr/local/java64/bin/
 +export PATH=${JAVA_HOME}:${PATH}
 +
 +${ECLIPSE_HOME}/eclipse $* -vmargs -d64 -Xms256m -Xmx1024m &
 +</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).
 +
 +=====Eclipse Setup for External Environment =====
 +
 +Bundles for other environments are available under ''http://www.cs.colostate.edu/AlphaZ/bundles/''. \\
 +Simply download the archive for your OS/architecture and extract its content.\\
 +AlphaZ bundle will be also automatically updated.
 +
 +
  
 =====Eclipse Setup Using Plugins===== =====Eclipse Setup Using Plugins=====
Line 17: Line 40:
  
 If you met some problems while using AlphaZ, please refer to the common pitfall section. We described some common problems that users met, and provided possible solutions.\\ If you met some problems while using AlphaZ, please refer to the common pitfall section. We described some common problems that users met, and provided possible solutions.\\
-=====Eclipse Setup for External Environment ===== 
- 
-Bundles for other environments are available under ''http://www.cs.colostate.edu/AlphaZ/bundles/''. \\ 
-Simply download the archive for your OS/architecture and extract its content.\\ 
-AlphaZ bundle will be also automatically updated. 
- 
- 
-=====Eclipse Setup for CSU students ===== 
-The eclipse environment with all necessary plug-ins is available in the AlphaZ project directory. The following script will start the eclipse with AlphaZ installed.\\ 
-<code bash> 
-#!/bin/bash 
- 
-#Path to the eclipse -- should NOT be changed 
-export ECLIPSE_HOME=/s/chopin/e/proj/AlphaZ/BinTree/eclipse-alphaz-bundle/eclipse/ 
-#Path to the java used -- should NOT be changed 
-export JAVA_HOME=/usr/local/java64/bin/ 
-export PATH=${JAVA_HOME}:${PATH} 
- 
-${ECLIPSE_HOME}/eclipse $* -vmargs -d64 -Xms256m -Xmx1024m & 
-</code> 
-Save the above script as ''eclipse.custom'' on your home directory (~/eclipse.custom)\\ 
-Don't forget to give execute permission to the script. 
- 
  
 =====Checking out Sample Project====== =====Checking out Sample Project======
eclipse_setup.txt ยท Last modified: 2023/06/01 17:01 by lnarmour