I am trying to access the janus graph on Cassandra through Java Client, but not able to use the properties file through the Client class.
public static void main(){
Cluster cluster = Cluster.open("remote.yaml");
// Cluster cluster2 = Cluster.build();
Client client = cluster.connect();
graph = JanusGraphFactory.open("conf/janusgraph-cassandra-solr.properties");
error:
Description Resource Path Location Type The project was not built since its build path is incomplete. Cannot find the class file for org.apache.commons.configuration.Configuration. Fix the build path then try building this project janusgraph Unknown Java Problem