Use the procedure that is described here before you import or load an
advanced XML condition to help ensure a satisfactory user experience.
Procedure
- Modify the ECLIPSE_HOME/plugins/com.yantra.ide.othertools.greex.editor_VERSION_NUMBER/lib/greexide.properties
file and specify the JDBC connection properties based on the database
you are using.
ECLIPSE_HOME is the
directory where Eclipse SDK is installed. VERSION_NUMBER is
the current version number of the Greex editor plug-in.
- Depending on the database, copy the required database driver
jar file to the ECLIPSE_HOME/plugins/com.yantra.ide.othertools.greex.editor_VERSION_NUMBER/lib
directory.
For example, if you are using an Oracle database,
copy the ojdbc14.jar file.
- Edit the ECLIPSE_HOME/plugins/com.yantra.ide.othertools.greex.editor_VERSION_NUMBER/META-INF/MANIFEST.MF
file and add the relative path (relative to the ECLIPSE_HOME/plugins/com.yantra.ide.othertools.greex.editor_VERSION_NUMBER directory)
of the required database driver jar file in the Bundle-ClassPath property.
For example, if you are using an Oracle database, add
lib/ojdbc14.jar to
the Bundle-ClassPath property, as follows:
Bundle-ClassPath: greexeditor.jar, lib/ojdbc14.jar
- If Eclipse SDK is already running, restart Eclipse in clean
mode, as follows: