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
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3831 |
3 | Radewoosh | 3646 |
4 | jqdai0815 | 3620 |
4 | Benq | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | gamegame | 3386 |
10 | ksun48 | 3373 |
# | User | Contrib. |
---|---|---|
1 | cry | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
5 | -is-this-fft- | 158 |
6 | awoo | 157 |
7 | adamant | 156 |
8 | TheScrasse | 154 |
8 | nor | 154 |
10 | Dominater069 | 153 |
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
Name |
---|
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
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. :))
I don't get it, if you are in linux your executables don't produce .exe, so what do you mean?
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 ?
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.
It's always Running? what's problem?
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.