MayurDivate / GUAVA

GUAVA : A GUI tool for the Analysis and Visualization of ATAC-seq data
GNU General Public License v3.0
8 stars 4 forks source link

Error when executing java –jar GUAVA.jar #26

Closed ge2sasag closed 3 years ago

ge2sasag commented 5 years ago

Hi,

Thank you for this useful software! I installed all the requirements (linux mint Cinnamon Tina) but I get this error when executing the jar file:

java –jar GUAVA.jar Error: could not find or load main class –jar Caused by: java.lang.ClassNotFoundException: –jar

How could I solve this?

Thank you in advance! Gema

MayurDivate commented 5 years ago

Dear @ge2sasag,

I just noticed that you are using a wrong character in the command i.e. "–". You should use this one "-". Actually both looks very very similar but one is slightly short in length. It should work for you If you use following command.

java -jar GUAVA.jar

Best regards, Mayur