Windows Install,
- Download the Windows 0.7.0 Installer, run and enjoy. This is a large (60 meg) download that includes a JRE.
Manual Install:
- Download a Java Runtime and required extensions
J2SE Runtime Environment 5.0 Update 1, Java Advanced Imaging 1.1.2_01 For JRE & JAI Image I/O Tools 1.0_01 for JRE
J2SE v 5.0 JRE, Advanced Imaging v 1.1.2 & Imaging IO v 1.0.01 RC - Download the 3.1 M4 RCP Runtime Binary suitable for your platform:
Windows 98/ME/2000/XP
Linux (x86/GTK 2) - Unzip the RCP Runtime Binary where you would like to install UDIG 0.7.0
- Download UDIG 0.7.0 is and unzip into your RCP Runtime Binary folder
(You will need to overwrite several files such as config.ini) - Run udig and enjoy
Installation Tips & Tricks - Thanks Everyone
Thank you for installing UDIG 0.7.0 - the rest of this document is edited by the community can contains late breaking work arounds and fixes.
If you are using this page via online help you the live version of this page here:
Please help out and provide feedback, the above link allows for both editing by everyone, and comments to be added to the page.
Detailed Windows Installation Instructions
- [Windows System Check]
Detailed Windows Installation Instructions
- [Linux System Check]
Mac OS X
Mac support is waiting for two things:
- Eclipse 3.1 to support Mac (again)
- Tiger relase of to Mac OS X (for Java 5)
I cannot connect to Oracle
To connect to Oracle your need their proprietary libraries.
In order to use the Oracle module you need the JDBC driver from Oracle. Unlike most external libraries used in GeoTools, we cannot redistribute this jar. However, you can obtain them from the Oracle website, free of charge, after registering.
- Download Oracle JDBC Driver
- Update net.refractions.udig.libs/lib plugin directory:
- place the jar in the lib directory
- update plugin.xml with the following xml snipit
<library name="lib/ojdbc14.jar.jar">
<export name="*"/>
</library>