-3

So, I won't go into detail into why I can't add it normally through an IDE, but I need to dynamically add a local jar to my classpath at runtime, how would I do this?

Brian Jones
  • 21
  • 1
  • 5

1 Answers1

0

Just use gradle, you can use local dependencies like this

compile files('lib/ojdbc6.jar')
Jonas Fagundes
  • 1,449
  • 1
  • 11
  • 17