Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Блог пользователя HDMTaka

Автор HDMTaka, история, 8 лет назад, По-английски

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

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
8 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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

  • »
    »
    8 лет назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    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. :))

    • »
      »
      »
      8 лет назад, # ^ |
        Проголосовать: нравится +1 Проголосовать: не нравится

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

      • »
        »
        »
        »
        8 лет назад, # ^ |
          Проголосовать: нравится 0 Проголосовать: не нравится

        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 ?

        • »
          »
          »
          »
          »
          8 лет назад, # ^ |
          Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

          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.

          • »
            »
            »
            »
            »
            »
            8 лет назад, # ^ |
              Проголосовать: нравится 0 Проголосовать: не нравится

            It's always Running? what's problem?

            • »
              »
              »
              »
              »
              »
              »
              8 лет назад, # ^ |
                Проголосовать: нравится +1 Проголосовать: не нравится

              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.