In one book it is written to provide in the terminal (passing a JAR to the Java runtime)java -jar /path/to/burpSuite.jar, which when I am typing in terminal giving output Error: Unable to access jarfile /path/to/burpSuite.jar.Now my system has a burpsuite_community.jar file inside or the path is /home/user/BurpSuiteCommunity/burpsuite_community.jarMy question is what should my final command in the terminal (getting confused due to */path/to* -part given in the book.