Home > Net >  Is there any way to hide current location and jdk loaction?
Is there any way to hide current location and jdk loaction?

Time:09-22

what is the way to hide this "cd /home/anindra/Documents/oppsClass ; /usr/bin/env /usr/lib/jvm/java-11-openjdk-amd64/bin/java -Dfile.encoding=UTF-8 -cp /home/anindra/Documents/oppsClass/bin App"enter image description here

  • In launch.json, set "console": "externalTerminal",. Then Run without Debugging, the result will be shown in external Terminal and no execution scripts: enter image description here

    • Related