-
Hey Guys, My CLI info:
Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
It seems like you are building your own jar from our current pre-release build. I would recommend you to use the latest release, as v3.0.0 is still very much work in progress. When using the legacy version of JPlag (2.12.1) call the jar without CLI arguments to see what arguments can be used. A minimal CLI call is for example:
Note that you seem to use the |
Beta Was this translation helpful? Give feedback.
-
Thank you @tsaglam, JPlag (2.12.1) working fine without any issues. |
Beta Was this translation helpful? Give feedback.
-
@tsaglam et al - I am new to JPlag and am having trouble running v
The output says, Could someone please give me an example of a minimal v |
Beta Was this translation helpful? Give feedback.
-
Maybe my snip code works for you, sudo apt install openjdk-8-jre-headless # version 8u252-b09-1ubuntu1 cd ~/Desktop javac -version #after generate java -jar jplag-2.12.1-SNAPSHOT-jar-with-dependencies.jar -l c/c++ -r ~/Desktop/report -v d ~/Desktop/fnFiles |
Beta Was this translation helpful? Give feedback.
It seems like you are building your own jar from our current pre-release build. I would recommend you to use the latest release, as v3.0.0 is still very much work in progress. When using the legacy version of JPlag (2.12.1) call the jar without CLI arguments to see what arguments can be used. A minimal CLI call is for example:
Note that you seem to use the
target
directory as base code directory, which does not make a lot of sense. The base code is a common framework that is used in all submissions. For example, a stub in which students fill out an empty method body.