Recent content by rqiiz_

  1. R

    Error when connection to MongoDB database

    Hello, I have this error when i want to connect me to a mongoDB database. This code worked fine with a simple java class but not when i implement it into a plugin. public void connectBdd() { System.out.println("Connecting to BDD"); String connectionString =...