Skip to content

Instantly share code, notes, and snippets.

@Ikhiloya
Created June 21, 2018 22:27
Show Gist options
  • Save Ikhiloya/76e721c3dc3da78b40b11658ce17cd43 to your computer and use it in GitHub Desktop.
Save Ikhiloya/76e721c3dc3da78b40b11658ce17cd43 to your computer and use it in GitHub Desktop.
command to install ojdb for jqava
mvn install:install-file -Dfile={Path/to/your/ojdbc7.jar} -DgroupId=com.oracle -DartifactId=ojdbc7 -Dversion=12.1.0 -Dpackaging=jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment