Sanav GC-101 Manual de Instalação Página 7

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 60
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 6
2) Loading the Prerequisite Packages
Important Note:
Installation of the OpenGTS prerequisite modules does require at least an intermediate knowledge of how to install and
configure systems services such as the Java compiler, Apache Ant, MySQL (or other SQL database server), Apache
Tomcat (or other servlet container), and other related technologies.
Compiling OpenGTS requires that the following packages or applications be installed, configured, and running on the
local system:
2.1) Java Compiler
Package: Java SE JDK 7x
Download: http://www.oracle.com/technetwork/java/javase/downloads/index.html
Notes: download just the JDK (the JRE is already included in the JDK)
Note:
To avoid potential headaches trying to get the OpenGTS code to compile, make sure you are using the "Sun
Microsystems" version of the Java compiler. The 'other' versions have problems compiling this code.
After installing the Java compiler, check your version with the following command:
java -version
Make sure it says "Java(TM)" and "Java HotSpot(TM) Client VM".
Note:
Make sure that the Java SDK installation 'bin' directory has been added to the PATH environment variable (see below).
Failing to do so may result in compiler errors.
IMPORTANT NOTE:
Only install the JDK component, do not install the separate JRE component. The JDK already contains a JRE
component, and the JDK is needed to compile the Java code. Having both the JDK and JRE installed on your
system, may cause some confusion when it comes to compiling and running the application.
2.1.a) Mac OS X users:
The Java JDK v1.6.0 is likely already installed on your Mac OS X system, so it may not be necesary to
download another copy of the Java JDK. Your installed version of the Java JDK v.1.6.0 may be in the
following directory:
/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
2.1.b) Fedora/CentOS Linux users:
The Fedora/CentOS Java "OpenJDK Development Environment" can be installed and used instead of
downloading the JDK6 directly from Sun Microsystems. The command to install the Java 1.6.0 developer
environment on Fedora/CentOS is as follows (must be 'root' to install):
# yum install java-1.6.0-openjdk-devel
The JAVA_HOME environment variable should then be set to the following:
# export JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk
(make sure that "/usr/lib/jvm/java-1.6.0-openjdk" matches the name of the installed Java JDK
directory)
It is recommended to also create a "java" symbolic link in the "/usr/local/" directory which points to the
Java JDK installation, as follows:
# cd /usr/local
# ln -s $JAVA_HOME java
OpenGTS Configuration and Installation Manual Page 7 of 60
Vista de página 6
1 2 3 4 5 6 7 8 9 10 11 12 ... 59 60

Comentários a estes Manuais

Sem comentários