Is there any issues with Codechef Compiler

I am trying to submit my solution for August Cook Off problem RICHSTR but facing wierd compiler messages.
First when I tried to compile my program the compiler gave a massage :

javap: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
javap: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directory
spoj: The program compiled successfully, but main class was not found.
Main class should contain method: public static void main (String[] args).

And when I tried in other compilers, it ran successfully.
Moreover I am getting WA in the problem for my below submission.

My Submission

Can anyone look into this issue ASAP !

1 Like

I suppose it is an error from Codechef’s side. Even I’ve encountered the same error multiple times today. When you repeatedly try running the same code, sometimes it executes correctly and sometimes it throws the error.
Probably some nodes have Java incorrectly configured? @admin, could you confirm the same?

1 Like