Skip to content

Instantly share code, notes, and snippets.

@emag
Created January 24, 2017 05:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emag/cc258d55a03adffc13262d110d61571e to your computer and use it in GitHub Desktop.
Save emag/cc258d55a03adffc13262d110d61571e to your computer and use it in GitHub Desktop.
CLI で JDBC ドライバを静的モジュールとして登録
module add --name=com.oracle \
--resources=/tmp/odbc-xxx.jar \
--dependencies=javax.api,javax.transaction.api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment