platonai / exotic-amazon

A complete solution to crawl amazon at scale completely and accurately.
143 stars 46 forks source link

Java and jar on the PATH #1

Closed rfve closed 1 year ago

rfve commented 1 year ago

1 - ) what files are these ? where do i need to download ? Java and jar on the PATH

2- ) exotic-amazon-main>java -jar target/exotic-amazon*.jar

cmd also gives an error in this command.

Error: Unable to access jarfile target/exotic-amazon*.jar

platonai commented 1 year ago

Java and jar on the PATH

There are a lot of articles on the Internet about installing java :)

Error: Unable to access jarfile target/exotic-amazon*.jar

Can you paste the full error message? And also tell us your OS information pls.

platonai commented 1 year ago

cmd also gives an error in this command.

Since you are using cmd, wildcar in the command is not supported, you should use the full name:

java -jar target/exotic-amazon-{the-correct-version}.jar

platonai commented 1 year ago

Proper instructions are added in README.