Author Topic: Where To Place A Script To Have Java Apps Run?  (Read 3924 times)

ludo

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
Where To Place A Script To Have Java Apps Run?
« on: March 03, 2006, 05:20:55 am »
Hi Meanie, and any one who could help me

I thought it would be better to start a new thread, but this is a follow-up on the fact I can't have babbletower running: it was originally in
https://www.oesf.org/forums/index.php?showtopic=17360

I have tried to write a script called babble.sh to start babbletower, similar to the ones used to run hdcrawler and hdpad.

But when I run
Code: [Select]
xlauncher babble.sh
 as su - , it doesn't find babble.sh, which I placed in the same directory as hdcrawler.sh

Where should I place my babble.sh script?

Then I created a runbabble containing
Code: [Select]
#!/bin/sh
xlauncher babble

But had no success neither.

The reason why I'd like to have babbletower runing is that I'll soon go to Japan and would like to show to some fellow woodworkers the english-japanese woodworking dictionary I did.

Any help, hint, will be highly valued and appreciated.

Ludo
C3000 sharp ROM

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Where To Place A Script To Have Java Apps Run?
« Reply #1 on: March 07, 2006, 03:14:33 am »
Quote
Hi Meanie, and any one who could help me

I thought it would be better to start a new thread, but this is a follow-up on the fact I can't have babbletower running: it was originally in
https://www.oesf.org/forums/index.php?showtopic=17360

I have tried to write a script called babble.sh to start babbletower, similar to the ones used to run hdcrawler and hdpad.

But when I run
Code: [Select]
xlauncher babble.sh
 as su - , it doesn't find babble.sh, which I placed in the same directory as hdcrawler.sh

Where should I place my babble.sh script?

Then I created a runbabble containing
Code: [Select]
#!/bin/sh
xlauncher babble

But had no success neither.

The reason why I'd like to have babbletower runing is that I'll soon go to Japan and would like to show to some fellow woodworkers the english-japanese woodworking dictionary I did.

Any help, hint, will be highly valued and appreciated.

Ludo
[div align=\"right\"][a href=\"index.php?act=findpost&pid=116806\"][{POST_SNAPBACK}][/a][/div]

you need to put your scripts in a directory that is in the PATH, ie by default that is /home/QtPalmtop/bin and /usr/bin
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

ludo

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
Where To Place A Script To Have Java Apps Run?
« Reply #2 on: March 13, 2006, 02:25:53 am »
Hi Meanie,

Done!

Works all right, the application launches well though it takes close to 2 mn (Xlauncher + java + babbletower)

Just one last issue that I thought would be better to post in the java section.

Ludo
« Last Edit: March 13, 2006, 02:26:47 am by ludo »
C3000 sharp ROM