JavaクライアントからCassandraのjanusグラフにアクセスしようとしていますが、Clientクラスからプロパティファイルを使用できません。Janusグラフ - gremlin-server - Javaクライアント - apache.commons.configurationのクラスファイルが見つかりません
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");
エラー:
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
、あなたのプロジェクトをビルドするためにApache Mavenを使用していますか? pom.xmlにどのような依存関係を追加しましたか? –