I'm getting no root directory set issue #1509
-
Hi, Error: I need to use it urgently can you please help me resolve the issues. I'm using Linux OS. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
So, your legacy version is working for c++ files but I think your latest version has some issue with the cpp files. It is unable to read the root directory. |
Beta Was this translation helpful? Give feedback.
-
Try running: or navigate to the folder (with Also, feel free to test the |
Beta Was this translation helpful? Give feedback.
Try running:
java -jar jplag-4.3.0-jar-with-dependencies.jar -l cpp -r Res_cpp /home/hemachand/Downloads/VDA-1/PA3_Plag/PA3_Plag_cpp/
or navigate to the folder (with
cd
) and run:java -jar jplag-4.3.0-jar-with-dependencies.jar -l cpp -r Res_cpp ./PA3_Plag_cpp/
Also, feel free to test the
cpp2
language module and see if it works better for you.