We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
I'm trying to install REPLICADB. I unzipped the tarfile to /tmp/ReplicaDB-master
I am following the steps on document but when I try to run
./bin/replicadb --help Error: Could not find or load main class org.replicadb.ReplicaDB
./bin/replicadb --options-file /tmp/ReplicaDB-master/conf/_replicadb.conf Error: Could not find or load main class org.replicadb.ReplicaDB
Could this error caused by JAVA_HOME or JRE_HOME definitions ?
and also Where should be the location for REPLICADB_HOME ?
EDIT : my problem solved, I used wrong file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
I'm trying to install REPLICADB. I unzipped the tarfile to /tmp/ReplicaDB-master
I am following the steps on document but when I try to run
./bin/replicadb --help Error: Could not find or load main class org.replicadb.ReplicaDB
./bin/replicadb --options-file /tmp/ReplicaDB-master/conf/_replicadb.conf Error: Could not find or load main class org.replicadb.ReplicaDB
Could this error caused by JAVA_HOME or JRE_HOME definitions ?
and also
Where should be the location for REPLICADB_HOME ?
EDIT : my problem solved, I used wrong file
The text was updated successfully, but these errors were encountered: