I am connecting to Oracle Db in my application and trying to create an application using gradle build. I cannot access OJDBC6.jar from gradle build. let me know how we can add the ojdbc6.jar file to the build.gradle file.
You should be able to load the OJDBC dependency as a runtime requirement as follows:
dependencies { runtime files('path/to/OJDBC6.jar') }
Source: https://habr.com/ru/post/1612494/More articles:How to display PIL image with pygame? - pythonDisplay Buffer Order Using VTDecompressionSession - iosНет сообщения об ошибке при неудаче входа в систему Yii2 - phpSpriteKit SKView больше не переходит между сценами в iOS 9 - iosR regex - match the first combination of space letters from the end - regexSinatra Heroku app responds with Forbidden if I follow the links - ruby | fooobar.comProgrammatically enable panels in chrome chrome: // flags / # enable-panels - google-chrome-extensionC # “Boxing” into ownership / 1-Arg Constructor as intended - c #Продолжить провал jQuery Отложенная цепочка - javascriptError handling and recovery using jQuery Deferred - javascriptAll Articles