hi am facing permission denied issue
java -cp testpath /home/swapnil/swapnil_01/q0830/testing/randoop/randoop-4.1.2/bin;/home/swapnil/swapnil_01/q0830/testing/randoop/randoop-4.1.2/randoop-all-4.1.2.jar randoop.main.Main gentests --testclass=TestRandoop
testpath --path of the class file i want to execute folloewd by jar path and then running main .
bash: /home/swapnil/swapnil_01/q0830/testing/randoop/randoop-4.1.2/randoop-all-4.1.2.jar: Permission denied
i tried executing java.util.collection file using
java -classpath /home/swapnil/swapnil_01/q0830/testing/randoop/randoop-4.1.2/randoop-all-4.1.2.jar randoop.main.Main gentests --classlist=myclasses.txt --time-limit=60 --flaky-test-behavior=DISCARD
it executed successfully .
Please me to find the issue