OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => X/Qt => Topic started by: ludo on March 03, 2006, 05:20:55 am

Title: Where To Place A Script To Have Java Apps Run?
Post by: ludo 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 (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
Title: Where To Place A Script To Have Java Apps Run?
Post by: Meanie 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 (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
Title: Where To Place A Script To Have Java Apps Run?
Post by: ludo 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