Hello,
i'm looking for a solution to test more than one java classes in coderunner.
Have anyone a hint for us?
Thanks, sc
Hello,
i'm looking for a solution to test more than one java classes in coderunner.
Have anyone a hint for us?
Thanks, sc
Assuming you're using a reasonably up-to-date CodeRunner version you should be able to configure the question to allow one or more .java attachments. Then students can submit their answers by pasting the main class into the answer box and adding support classes as attachments. The attachments are all loaded into the working directory as separate files.
Thanks - but, if I try to run the file with the main() I get the following error:
bad source file: ./IQTester.java file does not contain class IQTester Please remove or make sure it appears in the correct subdirectory of the sourcepath. ./IQTester.java:11: error: cannot find symbolThere are two files (IQTester and IQ) and the IQTester contains the main() Methode.
Solved by add
Parameter: {"numprocs": 1000}