eclipse 2.1.2 install shell & run shell(轉)
eclipse 2.1.2 install shell & run shell(轉)[@more@]#!/bin/bash## 安裝eclipse 2.1.2 指令碼 (eclipse 2.1.2 install shell )# filename: ei.sh (eclipse 2.1.2)# author: alongbow# /*...download from eclipse.org...*/# # # /*...use this command to list zip file...*/# unzip -l eclipse-SDK-2.1.2-linux-gtk.zip# /*...export the eclipse install directory ( ECLPDIR ) ...*/export ECLPDIR=/dataunzip -d $ECLPDIR eclipse-SDK-2.1.2-linux-gtk.zipunzip -d $ECLPDIR eclipse-examples-2.1.2.zipunzip -d $ECLPDIR cdt-full-1.2-linux-gtk.zipunzip -d $ECLPDIR/eclipse emf_1.1.1_20031020_1612WL.zipunzip -d $ECLPDIR/eclipse emf.source_1.1.1_20031020_1612WL.zipunzip -d $ECLPDIR/eclipse emf.doc_1.1.1_20031020_1612WL.zipunzip -d $ECLPDIR/eclipse uml2_200312011515.zipunzip -d $ECLPDIR/eclipse uml2.examples_200312011515.zipunzip -d $ECLPDIR/eclipse xsd_1.1.1_20031020_1612WL.zipunzip -d $ECLPDIR/eclipse xsd.doc_1.1.1_20031020_1612WL.zipunzip -d $ECLPDIR/eclipse xsd.source_1.1.1_20031020_1612WL.zipunzip -d $ECLPDIR/eclipse GEF-SDK-I20031015.zipunzip -d $ECLPDIR/eclipse GEF-Automated-Tests-I20031015.zipunzip -d $ECLPDIR/eclipse GEF-examples-I20031015.zipunzip -d $ECLPDIR eclipse2.1.1-SDK-Linux-gtk-LanguagePackFeature.zip------------------------------------------------ #!/bin/bash# 執行 eclipse 2.1.2 指令碼 (eclipse 2.1.2 run shell )# filename: eclipse.sh (eclipse 2.1.2)# author:#export ECLPDIR=/home/repository/eclipse/workspace# /data/eclipse/eclipse -vm $JAVA_HOME/bin/java -data ~/workspace &/data/eclipse/eclipse -vm $JAVA_HOME/bin/java -data $ECLPDIR &# -vm 引數用以指定使用哪一個 jvm 來執行Eclipse,# -date引數用以指定Eclipse的資料目錄。在此指定其存在使用者根目錄(~)下的workspace目錄中#將eclipse.sh 複製到/usr/local/bin中,併為它加上許可權755;現在執行 eclipse.sh 即可啟動 Eclipse。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8225414/viewspace-939245/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Bourne Shell及shell程式設計(轉)程式設計
- Shell 物件(轉)物件
- Shell Script(轉)
- shell基礎(轉)
- shell的命令(轉)
- shell陣列(轉)陣列
- Shell 符號(轉)符號
- [shell問答錄]:命令、程式、子shell...(轉)
- shell中字串操作【轉】字串
- shell程式設計(轉)程式設計
- Shell Script(bash)--用於自動備份的Shell Script(轉)
- Shell練習 行列轉換
- FreeBSD shell設定(轉)
- shell中常用的工具(轉)
- shell中呼叫shell的三種方式&並行shell並行
- [Shell] Shell 生成 HTML指令碼HTML指令碼
- Shell
- Shell程式設計-11-子Shell和Shell巢狀程式設計巢狀
- Npm install failed with “cannot run in wd”NPMAI
- shell指令碼(6)-shell陣列指令碼陣列
- Shell基礎教程七:Shell字串字串
- Shell程式設計 --- Shell介紹程式設計
- 【shell 】 使用 shell 計算成績
- Shell入門——shell特性、變數變數
- 【轉載】SHELL字串處理技巧(${}、##、%%)字串
- Linux Shell之sort命令(轉)Linux
- shell中set命令詳解(轉)
- shell 中的export作用(轉載)Export
- BASH shell set命令詳解(轉)
- 快速編輯 Shell 命令列(轉)命令列
- (轉載)五MongoDB互動shellMongoDB
- Linux shell用法和技巧(轉)Linux
- korn shell基礎知識(轉)
- Shell Script(bash)--教學例(轉)
- Mssql Backup a Shell 突破特殊字元(轉)SQL字元
- AIX Shell環境設定(轉)AI
- shell程式設計幫助(轉)程式設計
- 強大好用的shell之shell命令