Home |
Previous Page | Next Page Migration to a Later Version of a Database Server > Reverting from Dynamic Server 10.0 > Reverting from Dynamic Server 10.0 to Versions 9.40, 9.30, 9.2x, 7.3x, or 7.24 >
When reverting to an older Dynamic Server
versions, JAVA UDRs that have been compiled using JDK 1.4.x must
be recompiled with older JDK versions. What you do depends on whether
your application uses external JAR/class files or JAR files installed
on the server:
- If your application uses external JAR/class files (for example,
JAR/class files that are listed in JVPCLASSPATH), just recompile
the JAR/class.
- If your application uses JAR files installed in the server
(for example, via the install_jar() support function), then you
must remove the old JAR file (using remove_jar() support function)
and re-install the re-compiled JAR file in the database.
Home |
[ Top of Page | Previous Page | Next Page | Contents |
Index ]