This is a 64-bit sample, built with JDK 6. It will run in the JRE 7 environment.
If you have a 32-bit JRE or JDK, you should get the 32-bit sample, available
from the same location.

Simple steps to run this sample:

1) Unzip files into a new directory.
2) Run the batch script RunSample.bat.

    or

2) Open a command prompt and change to the new directory.
3) Be sure the current directory is in your PATH:
	PATH=.;%PATH%
4) Set your CLASSPATH as follows:
	set CLASSPATH=.\;rdmjdbc11.jar
5) Run the sample:
	java HelloWorldJDBC

If you have a JDK, you may also compile the sample from code before step 5:
	javac HelloWorldJDBC.java
