-
Notifications
You must be signed in to change notification settings - Fork 359
Description
Hi,
I'm getting the following error when I run the following
Command on CLI:
"java -jar jplag-4.3.0-jar-with-dependencies.jar -l cpp -s /home/hemachand/Downloads/VDA-1/PA3_Plag/PA3_Plag_cpp/ -r Res_cpp"
Error:
2023-12-23-02:15:01_143 [main] [INFO] LanguageLoader - Available languages: '[C/C++ Scanner [basic markup], C/C++ Parser, C# 6 Parser, EMF metamodel, Go Parser, Javac based AST plugin, Kotlin Parser, Python3 Parser, R Parser, Rust Language Module, Scala parser, SchemeR4RS Parser [basic markup], Swift Parser, Text Parser (naive)]'
2023-12-23-02:15:01_175 [main] [INFO] ParallelComparisonStrategy - Start comparing...
2023-12-23-02:15:01_199 [main] [INFO] CLI - Summary of all Errors:
2023-12-23-02:15:01_177 [main] [ERROR] CLI - No root directories specified with submissions to check for plagiarism!
I need to use it urgently can you please help me resolve the issues.
PA3_Plag_cpp has folder with the name of each student and each of these folders have .cpp and .h files.
I'm using Linux OS.