Dashboard > DHIS Documentation > ... > Development environment and tools > Development environment and tools on Linux
  DHIS Documentation Log In | Sign Up   View a printable version of the current page.  
  Development environment and tools on Linux
Added by margrsto, last edited by margrsto on Oct 18, 2006  (view change)
Labels: 
(None)

This page is under construction.

Development environment and tools on Linux

Step 1 - Download and install the tools

You have to download, install and configure these tools:

Step 2 - Environmental Variables Setup

Enter the following variables:

(The specific folders below e.g. 'j2sdk-1.5' need to be modified to fit your own install folders(these depend on the releases))

JAVA_HOME = <path-to-java-folder>\j2sdk-1.5

Append to the PATH variable:
%JAVA_HOME%\bin;<path-to-maven-foler>\bin;

You may need to reboot your computer for these changes to take effect. If you wonder if the changes have taken effect you can type "env", which will show you all values.

You should now be able to type "java -version".

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.6 Build:#812 Aug 06, 2007) - Bug/feature request - Contact Administrators