LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Hattrick Organizer Problem (https://www.linuxquestions.org/questions/linux-software-2/hattrick-organizer-problem-138727/)

RaiReg 01-26-2004 04:26 AM

Hattrick Organizer Problem
 
Hi

Does anyone here play fantasy soccer on Hattrick at http://hattrick.org ?

Well anyway I do and there is a great software to help with the game named Hattrick Organizer (http://www.hattrickorganizer.de/) it requires Java to run and it's suppose to run under Linux to (as stated on their site) by executing the "HO.sh" file however I haven't been able to figure out how to make it work :(

HO.sh file only contains this line "java -jar hocoded.jar" so maybe someone could tell me if something needs to be changed :confused:

I have Java installed (J2RE 1.4.2) on my system.

Can anyone please englighten me :confused:

Thanks

Guttorm 01-26-2004 06:33 AM

Hi

I really dont know this program, but java programs need java, and they usually need to know where it is.

Simly running "HO.sh" should work. Command:
sh HO.sh
(works even if it doesn't have the execute permission)

If it complains about not finding java, you need to find it, and I suggest adding it to the PATH variable (permanent fix), although I think it would work if you just changed the "java" word i HO.sh to the full path.

Hope this helps.

RaiReg 01-26-2004 06:40 AM

Quote:

Originally posted by Guttorm
Hi

I really dont know this program, but java programs need java, and they usually need to know where it is.

Simly running "HO.sh" should work. Command:
sh HO.sh
(works even if it doesn't have the execute permission)

If it complains about not finding java, you need to find it, and I suggest adding it to the PATH variable (permanent fix), although I think it would work if you just changed the "java" word i HO.sh to the full path.

Hope this helps.

thx will try that, hopefully it will work :)

RaiReg 01-26-2004 06:14 PM

Hi changed the line in HO.sh from "java -jar hocoded.jar" to "/usr/java/j2re1.4.2_02/bin/java -jar hocoded.jar" and then run the file from console using $ sh HO.sh and it works now :D

Thanks a lot !

I was wandering would it be possible to make a shortcut for it on the desktop so I don't need to go to console every time I want to run it ? I tried by creating Link to application on my Desktop but it didn't work, is there a way to do it ?

Many thanks again :)


All times are GMT -5. The time now is 12:13 AM.