Wednesday, April 13, 2022

[SOLVED] can't exec " java " no such file or directory at ./fastqc line 307

Issue

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


Solution

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



Answered By - user6094307
Answer Checked By - Dawn Plyler (WPSolving Volunteer)