<docbook><section><title>TroubleshootingUDAClasspaths</title><bridgehead class="http://www.w3.org/1999/xhtml:h3">Classpaths</bridgehead>
<para>The <computeroutput>CLASSPATH</computeroutput> variable should include the full path to an OpenLink <computeroutput>opljdbc.jar</computeroutput> or <computeroutput>megathin.jar</computeroutput> file.
 You need to consider the following factors when examining <computeroutput>CLASSPATH</computeroutput> environment variables:</para><orderedlist spacing="compact"><listitem> Was <computeroutput>CLASSPATH</computeroutput> set at the time of reported failure? Review the output of <computeroutput>set</computeroutput>, the Windows <computeroutput>autoexec.bat</computeroutput> file, or Windows System utility screenshots for corroboration.
</listitem>
<listitem> Does <computeroutput>CLASSPATH</computeroutput> point to a valid .jar file? Review the output of <computeroutput>ls</computeroutput> or <computeroutput>dir</computeroutput> in the directory structure for the purpose of corroboration.
</listitem>
<listitem> Do file or directory permissions issues restrict access to the .jar file? </listitem>
<listitem> Does the .jar file JDK version correspond with the client JRE version? </listitem>
<listitem> Does <computeroutput>CLASSPATH</computeroutput> need to be set within application code? </listitem>
</orderedlist></section></docbook>