msalvador
5 years agoFrequent Contributor
couldn't use mongo db drivers
Hi, I downloaded both async and sync drivers from here https://mongodb.github.io/mongo-java-driver/3.12/driver-async/getting-started/installation/ I import my drivers in classpath(current project...
- 5 years ago
MongoDB is a father root that contains all the libraries, in the javascript files, there is this call Require(.\<folder1>\<folder2>\xxx.js), and as I can see this not work importing in my project.
I schift to another solution... java libraries, so I imported them in java bridge panel and use them.