Menu

Run in OS X

Help
A.J.
2006-12-06
2013-05-14
  • A.J.

    A.J. - 2006-12-06

    I used this program alot when i was a PC- user and loved it. Now i have become an Mac-fan and are running OS X 10.4.8 on a Intel Imac. I have the latest javaversion but the program just won´t start. When i extract the BIN- package there are only exe- files?. Shouldn´t there be a .jar- file in there somewhere?. I have another platformindependent program based on java (hj-split) and it runs good.

    Thanks in advance

     
    • Caoyuan Deng

      Caoyuan Deng - 2006-12-06

      under the bin directory, there should be a file 'aiotrade' (without any suffix), you should 'chmod +x aiotrade' on it, then exec by calling:
      cd <something>/bin
      ./aiotrade

       
    • A.J.

      A.J. - 2006-12-06

      Thank you for the fast answer. I tried but....

      Hem-PCs-dator:~ hempc$ cd /Users/hempc/Desktop/aiotrade/
      Hem-PCs-dator:~/Desktop/aiotrade hempc$ chmod +x aiotrade
      Hem-PCs-dator:~/Desktop/aiotrade hempc$ aiotrade
      -bash: aiotrade: command not found
      Hem-PCs-dator:~/Desktop/aiotrade hempc$
      Hem-PCs-dator:~/Desktop/aiotrade hempc$ cd bin
      Hem-PCs-dator:~/Desktop/aiotrade/bin hempc$ aiotrade
      -bash: aiotrade: command not found
      Hem-PCs-dator:~/Desktop/aiotrade/bin hempc$

       
    • A.J.

      A.J. - 2006-12-06

      Sorry, tried again all the way to the "bin" this time, but...

      Hem-PCs-dator:~ hempc$ cd /Users/hempc/Desktop/aiotrade/bin/
      Hem-PCs-dator:~/Desktop/aiotrade/bin hempc$ chmod +x aiotrade
      Hem-PCs-dator:~/Desktop/aiotrade/bin hempc$ ./aiotrade
      Cannot find java. Please use the --jdkhome switch.
      Hem-PCs-dator:~/Desktop/aiotrade/bin hempc$

       
    • Caoyuan Deng

      Caoyuan Deng - 2006-12-06

      So, where's you jdk? if it's known, try open aiotrade's config file which is:
      etc/aiotrade.conf,

      uncomment the line:
      #jdkhome="/path/to/jdk"
      and set yours

       
    • A.J.

      A.J. - 2006-12-06

      OK, i first tried on my older IBook G4 but then i went back to the IMac and woops it worked. Java or osx too old on Ibook probably?

      Thankyou very much.

       

Log in to post a comment.