Difference between revisions of "Windows"

From WormBaseWiki
Jump to navigationJump to search
Line 8: Line 8:
 
''It is recommended that you set the PATH variable if you want to be able to conveniently run the JDK executables from any directory without having to type the full path of the command.  It's useful to set the PATH permanently so it will persist after rebooting.''
 
''It is recommended that you set the PATH variable if you want to be able to conveniently run the JDK executables from any directory without having to type the full path of the command.  It's useful to set the PATH permanently so it will persist after rebooting.''
 
  '''Setting PATH permanently'''
 
  '''Setting PATH permanently'''
  To set the PATH permanently, add the full path of the jdk1.6.0_<version>\bin directory to the PATH variable.
+
 
  Click Start > Control Panel > System on Windows
+
  a. To set the PATH permanently, add the full path of the jdk1.6.0_<version>\bin directory to the PATH variable.
  Add the location of bin folder of JDK installation for PATH in User Variables and System Variables. A typical value for PATH is:
+
  b. Click Start > Control Panel > System on Windows
 +
  c. Add the location of bin folder of JDK installation for PATH in User Variables and System Variables. A typical value for PATH is:
 
    
 
    
 
  C:\Program Files\Java\jdk1.6.0_<version>\bin
 
  C:\Program Files\Java\jdk1.6.0_<version>\bin

Revision as of 16:34, 20 March 2008

Instructions for Installing Phenote 1.5 (Windows Vista Ultimate)

  1. Create a working directory (under which Phenote is to be installed)
  2. Download the latest version of TortoiseSVN: [1] (The version I installed was TortoiseSVN-1.4.8.12137-win32-svn-1.4.6.msi on Windows Vista Ulimate Vista)
  3. Download the latest version of JDK [2]
    • Run the JDK installer

It is recommended that you set the PATH variable if you want to be able to conveniently run the JDK executables from any directory without having to type the full path of the command. It's useful to set the PATH permanently so it will persist after rebooting.

Setting PATH permanently
a. To set the PATH permanently, add the full path of the jdk1.6.0_<version>\bin directory to the PATH variable.
b. Click Start > Control Panel > System on Windows
c. Add the location of bin folder of JDK installation for PATH in User Variables and System Variables. A typical value for PATH is:
 
C:\Program Files\Java\jdk1.6.0_<version>\bin