I get NZEC on my jar executable submission

Hello,
I recieve a NZEC error when submitting my solution.
I wrote the code in Java and exported the project into jar executable.
I changed my only class name into “Main” and changed the main class
to “Main” in run confugurations.
When I run my solution from the console it does works
(I use: java -jar Prep.jar < in.txt > out.txt).
Also, when i insert the source code into the editor in the submission page
I recieve a successful submission without errors.

Would appriciate any help for this problem,
Simon

[link text][1]CodeChef: Practical coding for everyone

1 Like

Today I found, that this is not working, I asked only today CodeChef team, I’ll let you know when I’ll have an answer…

I’d also expect, that one will download jar instead of showing bytes in view…