Hi all,
as far as I understand the submission issue we have to create a file runme.jar and an extra Submission JAR file for our project directory.
So concerning JAR I have to:
create runme.jarcreate project.jar While the submission JAR file
project.jar include
runme.jar, it's the one we have to upload.
The assessor will receive my whole project (*.java, *.class, etc.) through the submission jar file project.jar and extract runme.jar from it to
test the application.
That's it, correct
?
Regards,
Darya