HDMTaka's blog

By HDMTaka, history, 7 years ago, In English

Hi! I want to use HIGHTAIL for automatic parsing and evaluation of testcases for contest. But i don't know install it on UBUNTU. Someone can helps me? Thanks for it. Sorry for my poor English

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
7 years ago, # |
  Vote: I like it 0 Vote: I do not like it

install Oracle Java (not OpenJDK) https://help.ubuntu.com/community/Java
download latest hightail release https://github.com/dj3500/hightail/releases
open terminal and launch java -jar Hightail.jar

  • »
    »
    7 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Hi bro :) . I have just installed Hightail. But i can't make .exe file from codeblocks to use on Hightail. I know it is a idot question but i need a help.

    thanks for it. Sorry for my poor English. :))

    • »
      »
      »
      7 years ago, # ^ |
        Vote: I like it +1 Vote: I do not like it

      I don't get it, if you are in linux your executables don't produce .exe, so what do you mean?

      • »
        »
        »
        »
        7 years ago, # ^ |
          Vote: I like it 0 Vote: I do not like it

        i use ubuntu. In codeblocks, i build my .cpp file and i can't find .exe file?

        can u show me how to use Hightail in ubuntu ?

        • »
          »
          »
          »
          »
          7 years ago, # ^ |
          Rev. 2   Vote: I like it 0 Vote: I do not like it

          Sure mate, first of all when you are in codeblocks you can use f9 to compile and build your source file, when it is done some files are created, the only thing that you have to do is put the same name of your cpp file without an extension and the same route where you file is in hightail.

          For example, your file is callled myTest.cpp and is stored in /myDocuments/codeforces/myTest.cpp, so put in the hightail "path to executable file" option /myDocuments/codeforces/myTest and that's it.

          hightail has a settings option, it can be found in file->settings, in this section you can set a working directory where hightail are going to look for your files as a default path, please set this path.

          • »
            »
            »
            »
            »
            »
            7 years ago, # ^ |
              Vote: I like it 0 Vote: I do not like it

            It's always Running? what's problem?

            • »
              »
              »
              »
              »
              »
              »
              7 years ago, # ^ |
                Vote: I like it +1 Vote: I do not like it

              Someone already wrote something about that bug in mac, you can go to the hightail topic and check.

              In summary it seems to be a problem with spaces in the path, so try to set a path without spaces.