Software Instalation Print
Monday, 25 May 2009 04:42

  • Installing JDK 1.6 (or later)
    1. Extract from j2sdk1.6.zip to C:\Program Files\Java
    2. Set JAVA_HOME to C:\Program Files\Java\jdk1.6.0_13
    3. Add %JAVA_HOME%\jre\bin to %PATH%
  • Instaling Eclipse 3.3
  1. Extract eclipse3.3.zip to C:\Program Files\eclipse-3.3
  2. Create shortcut of C:\Program Files\eclipse-3.3\eclipse-3.3\eclipse.exe
  • Installing Maven 1.0.2
    1. Instal : maven-1.0.2.exe
    2. Test maven installation:
      • Open cmd.exe from run
      • Write : maven [ENTER]
      • Until it shown like this

                __  __
                 |  \/  |__ _Apache__ ___
                 | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
                 |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

                BUILD SUCCESSFUL
                Total time: 1 seconds
                Finished at: Wed May 13 11:54:52 GMT+07:00 2009

      • Set MAVEN_HOME to C:\Program Files\Apache Software Foundation\Maven 1.0.2
      • Add %MAVEN_HOME%\jre\bin to %PATH%
  • Preparing Source Code
    • Preparing Source Code :
      1. Create working folder : eproc\source and eproc\Design to your drive
      2. Click right to that folder, then > Checkout
      3. Write : http://10.1.16.201/svn/eproc/source  in URL Repository
      4. Fill your svn username and password if required
      5. Also checkout http://10.1.16.201/svn/eproc/source into eproc\Design
    • Preparing for Eclipse :
      1. Open cmd.exe then change directory to eproc\source\branches\epns-web
      2. Write : maven eclipse [ENTER] ( This statement must be called each time files project.properties & project.xml modified to download new jar )
      3. Open eclipse, click File > Import
      4. Choose Existing Projects into Workspace > click next
      5. Select root directory > Browse to  eproc\source\branches\epns-web
      6. Click Finish
    • Preparing Maven Repository
      1. Open eclipse.exe
      2. Click Window > Preferences
      3. Navigate to Java > Build Path > Class Variable
      4. Click New. Write Name : MAVEN_REPO
      5. Click Folder, browse to C:/Documents and Settings/     [YOUR_WINDOWS_USER]/.maven/repository
      6. Click OK
  • Running LPSE Via Eclipse
    1. Open eclipse.exe
    2. Browse project
    3. Run project
    4. Open http://localhost:8080/  in your browser
  • Using SVN
flow chart penggunaan SVN
Last Updated ( Wednesday, 27 May 2009 03:15 )