You should replace "./mybinary" with the command for running your solution. If your solution is java, the proper line is probably something like:
"python interactive_runner.py python testing_tool.py 0 -- java Solution" Although that depends on your local java installation and your preferences for usage. You can add flags to the "java" invocation if you use them locally, for example. And if the language is a compiled one (as Java), you have to compile first, the interactive_runner won't compile anything, it only runs stuff. Best, Pablo On Wed, May 1, 2019 at 2:29 PM vijender ahlawat <[email protected]> wrote: > Hi, > > I'm having issues with running interactive problem for JAVA. > > the interactive script says > "python interactive_runner.py python testing_tool.py 0 -- ./my_binaRy" > > what is the mybinary, is it in python? > How do we generate this script? > > There are no clear instructions on how to proceed or may be I'm not > looking at the right place. > > Can someone please share the steps? > > -- > You received this message because you are subscribed to the Google Groups > "Google Code Jam" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-code/b2d92912-9d6d-4b4e-b9fc-8adb4905b9aa%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-code/CANa5jcDamHPPy%3DFLbZfzFO3n%3DsRfZc9Zh0yBjVPNCKkQHC1YyQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
