Forum Discussion

msalvador's avatar
msalvador
Frequent Contributor
5 years ago
Solved

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...
  • msalvador's avatar
    msalvador
    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.