Oracle (sun) jdk console tools
Overview on Oracle jdk console tools
Overview on Oracle jdk console tools
How to install java 7 on your Linux. Below you will find Oracle (former Sun) java 7 installed on Debian Linux At the moment there is no official debian (and linux at all) package (de) for java 7 and apt-get is not working for us, like previously with open jdk. Firstly we have to download the latest java from oracle site and then extract it. wget http://download.oracle.com/otn-pub/java/jdk/7/jdk-7-linux-x64.tar.gz tar zxvf jdk-7-linux-x64.tar.gz -C /usr/lib64/jvm/ Then we have to do some configuration....
This short tutorial describes how to configure JBoss Application Server (Jboss GA 5.1.0) on a Debian Linux (Debian GNU/Linux 5.x “Lenny”). The article starts with the installation of Java JDK and continues with JBoss installation and basic configuration according to standard file system hierarchy. Also init.d. scripts configuration is given here. Installing Java SDK Nowadays installing Java environment on Debian is an easy task. I’ve used JDK 1.6. Don’t confound JDK with JRE, because bare Java Runtime Environment is not enough for running JBoss....