• Topic
  • Discussion
  • UdaWikiWeb.TroubleshootingUDAClasspaths(Last) -- Owiki? , 2016-08-19 15:01:06 Edit owiki 2016-08-19 15:01:06

    Classpaths

    The CLASSPATH variable should include the full path to an OpenLink opljdbc.jar or megathin.jar file. You need to consider the following factors when examining CLASSPATH environment variables:

    1. Was CLASSPATH set at the time of reported failure? Review the output of set, the Windows autoexec.bat file, or Windows System utility screenshots for corroboration.
    2. Does CLASSPATH point to a valid .jar file? Review the output of ls or dir in the directory structure for the purpose of corroboration.
    3. Do file or directory permissions issues restrict access to the .jar file?
    4. Does the .jar file JDK version correspond with the client JRE version?
    5. Does CLASSPATH need to be set within application code?

    Referenced by...