Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.
Luca Garulli edited this page Aug 17, 2014 · 2 revisions

How to build

OrientDB-jdbc uses maven, so just execute:

mvn install

Build a jar-with-dependencies

To obtain a jar with dependency included under target directory, execute:

mvn assembly:assembly

To use it copy orientdb-jdbc-*-SNAPSHOT-all.jar to your classpath. This is the easiest way to use OrientDB JDBC driver in tools like DBVisualizer.

Clone this wiki locally