set up path and environment variables in Ubuntu 14.04 for JSF
Hi,
I have to do JSF programming in my Ubuntu 14.04.
I've installed Eclipse, Maven & JAVA. Yet to install TomCat/GlassFish.
My installed s/w versions are:
***********************************************
java -version
java version "1.7.0_55"
OpenJDK Runtime Environment (IcedTea 2.4.7) (7u55-2.4.7-1ubuntu1)
OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)
************************************************
Eclipse Platform
Version: 3.8.1
Build id: debbuild
************************************************
mvn --version
Apache Maven 3.0.5
Maven home: /usr/share/maven
Java version: 1.7.0_55, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.13.0-32-generic", arch: "amd64", family: "unix"
************************************************
Now how to set up path and environment variables, for JSF?
|