Home > Net >  can't exec " java " no such file or directory at ./fastqc line 307
can't exec " java " no such file or directory at ./fastqc line 307

Time:03-12

When I want to install fastqc file in Ubuntu, I face this error: can't exec " java " no such file or directory at ./fastqc line 307 I tried to install Java with this command " sudo apt install java-common" but it doesn't work I would be happy if you help me with this problem.

Thank you

CodePudding user response:

You need to install JRE or JDK. Check this page.

  • Related