-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
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
Error run_AMLSim.sh #30
Comments
If you're compiling under Windows I found that replacing the class path in the last line of run_AMLSim.sh from -cp "jars/:bin" to -cp "jars/;bin (i.e. replacing the : with a ;) solved the problem |
Thank you very much, the problem was indeed solved. However, I receive another message: C:\Path\to\AMLSim-master>sh scripts/run_AMLSim.sh conf.json C:\Path\to\AMLSim-master> What could be the problem here? Thanks in advance |
Full Command Prompt is: Microsoft Windows [Version 10.0.17763.864] C:\Path\to\AMLSim-master C:\Path\to\AMLSim-master> python scripts/transaction_graph_generator.py conf.json C:\Path\to\AMLSim-master> sh scripts/build_AMLSim.sh C:\Path\to\AMLSim-master>sh scripts/run_AMLSim.sh conf.json C:\Path\to\AMLSim-master> |
Sorry for the late response. One more thing, AMLSim does not currently support the Windows (macOS and Linux only). Sorry for the inconvenience. |
I am follwing the documentation and on running the following command I am getting error. I am on Linux machine. Please help with the issue. |
I have the same issue as @prakharbhardwaj2412. Could you provide any help with this? |
did you build the amlsim jar first? |
I'm having issues even finding all the dependencies.... have you guys found any solutions? @prakharbhardwaj2412 @Froony @FluxB |
I following the documentation step by step. However, I receive an error when doing the following part:
Build and launch AMLSim
Please run the first script to compile Java files if you did not yet.
sh scripts/build_AMLSim.sh # Compile AMLSim Java files
sh scripts/run_AMLSim.sh conf.json # Launch an AMLSim Java application
running the command sh scripts/build_AMLSim.sh results in:
C:\Path\to\AMLSim-master>sh scripts/build_AMLSim.sh
C:\Path\to\AMLSim-master>
I suppose this is correct?
Then when I can to run the command (sh scripts/run_AMLSim.sh conf.json) I get the following error:
C:\Path\to\AMLSim-master>sh scripts/run_AMLSim.sh conf.json
Error: Could not find or load main class amlsim.AMLSim
Could you help me with this issue.
I cannot find what the problem is, thanks in advance
The text was updated successfully, but these errors were encountered: