Thứ Ba, 26 tháng 3, 2013

Cau Hinh Eclipse de chay Maven tot trong Eclipse

1. Setting JAVA_HOME
 WINDOWS :
  1. Right-click the My Computer icon on your desktop and select Properties.
  2. Click the Advanced tab.
  3. Click the Environment Variables button.
  4. Under System Variables, click New.
  5. Enter the variable name as JAVA_HOME.
  6. Enter the variable value as the installation path for the Java Development Kit.(Example : C:\Program Files\Java\jdk1.7.0_17)
  7. Click Ok
2. Setting JRE in eclipse

Window -->Preferences --> Java --> Installed JREs
Click Search . Point to C:\Program Files\Java\jdk1.7.0_17
Click Ok

3. Custom Run to Build Jar File for Maven Project

Run --> External Tool Configuations..
Add New Program

Put variables like following :
---- Location : E:\TRI\DOWNLOADS\apache-maven-3.0.5\bin\mvn.bat
----Working Directory : ${workspace_loc:/robotium-solo}
----Argument : clean install


Không có nhận xét nào:

Đăng nhận xét

Học lập trình web căn bản với PHP

Bài 1: Các kiến thức căn bản Part 1:  https://jimmyvan88.blogspot.com/2012/05/can-ban-lap-trinh-web-voi-php-bai-1-cac.html Part 2:  https://...