Changes between Version 6 and Version 7 of GdalOgrInJavaBuildInstructions


Ignore:
Timestamp:
Jan 30, 2011, 12:15:45 PM (13 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GdalOgrInJavaBuildInstructions

    v6 v7  
    2222
    2323Binary distributions are available, so compiling isn't necessary.
    24 
    25 == Set up environment variables ==
    26 
    27 a. In the Control Panel, open up System. Switch to the Advanced tab and click on Environmental Variables.
    28 
    29 b. In the System Variables pane, look for CLASSPATH. If it exists, click on "Edit" and ensure that "." and "..\gdal.jar" are included. Individual items are separated by colons. If CLASSPATH does not exist, click on "New" and add CLASSPATH with the same two locations.
    30 
    31 c. Do the same for PATH. Ensure that "''<java-dir>''\bin" and "''<ant-dir>''\bin" are included in PATH.
    3224
    3325== Download and Configure GDAL ==
     
    8981The gdal.jar will need to be in the class path.
    9082
     83
     84== CLASSPATH ==
     85
     86It may be desirable to modify the CLASSPATH globally.  This can be done like this:
     87
     88a. In the Control Panel, open up System. Switch to the Advanced tab and click on Environmental Variables.
     89
     90b. In the System Variables pane, look for CLASSPATH. If it exists, click on "Edit" and ensure that "." and "..\gdal.jar" are included. Individual items are separated by colons. If CLASSPATH does not exist, click on "New" and add CLASSPATH with the same two locations.
     91