Leonid's Java Technology Resources

Home Java Developer Home Spring Java Training Sun GlassFish WebServer Solaris Apache Web Services Java Workstation Certifications Wiki Platforms Sun Resources Technologies Oracle RedHat IDM MySQL IBM Books Tools Training JSF 2.0

 

 

Up

 

Java Workstation Configuration
for Java Development Environment - Windows

bullet Create the directory structure
bulletc:\_home
bulletapps (for your Java tools)
bulletdevel (for your Java coding projects)
bulletdepl (for deploying your Java projects)
bulletdata (for project data)
bulletdata/javadb
 
bullet JDK 6 Update x (x is the actual JDK sub-version number)
bulletJDK goes into c:\_home\apps\java\jdk1.6.0_xx (xx is the update number)
bulletJRE goes into c:\_home\apps\java\jre6
 
bullet Java SE 6 Documentation
bulletInstall into c:\_home\apps\java\jdk-6-doc\docs folder
bulletuncompress jdk-6u10-doc.zip into this folder
 
bullet The latest NetBeans IDE 'All' or 'Java' download bundles
bulletinto c:\_home\apps\netbeans 6.x.x (x is the actual NetBeans sub-version number)
bulletTomcat and Glassfish servers
bulletc:\_home\apps\Tomcat 6.x (x is the actual Tomcat's sub-version number)
bulletc:\_home\apps\AppServer
bulletc:\_home\apps\sges-v3-prelude
 
bullet Create Windows system environment variable
bulletJAVA_HOME=c:\_home\apps\java\jdk1.6.0_xx (xx is the update number)
 
bullet Update Windows PATH system environment variable
bulletadd the following string to the end of PATH variable:
bullet;%JAVA_HOME%\bin
 
bullet CLASSPATH system environment variable
bulletadd the following string to the end of PATHPATH variable:
bullet;.
 
bullet Additional Software
bulletAdobe Acrobat Reader
bulletFirefox
 
bullet Books

 

 

Last Modified: June 21, 2010
Comments