lantian2004
Group: Members
Posts: 30
Joined: May 2006 |
|
Posted: May 30 2006,20:07 |
|
might be the wrong area to ask (probably more of a dev question), but having problems with getting an icon to launch a shellscript in a term window and keep it on screen. As of right now, I have an app that calls upon java (well, make that 3 of them). So, what I do now is open aterm, sudo su, change to my directory the ./program.sh
I want to make an icon that will launch it for me, and the syntax I have so far for my lnk is sudo aterm -T "my program" -e /path/program.sh
now, if I just open aterm and type in "sudo /path/program.sh" I get the following error message, which I assume is also being produced by the lnk on the desktop, hence the reason it closes.
error: exception in thread "main" java.lang.NoClassDefFoundError: /confidential directory/examples/Banzai
So, it works if I change to the directory the run ./ it works fine. Any ideas?
|