String url = "jdbc:derby:/var/databases/base_exemple;create=false"; … Connection conn = DriverManager.getConnection( url );