> now back to the original problem that I am having.  When I run this script
> in a konsole it splits into a seperate window, runs it and then closes.  How

OK I saved your sample script to play with it. Sure enough, if I do
something like 'konsole -e script.sh' it opens up a new instance of
konsole and then quickly closes the window and exits. As it seems, the
script itself just is going to terminate as soon as the environment is
set up. You'll need something that will run after the environment is
set up, or you might want to start a new konsole and then do 'source
script.sh' which reads in the correct environment and then leaves you
at a prompt where you can run the java script.

At least if I do 'source script.sh' the environment variables are 
set to what is desired, and they'll be different for the bash running in
that konsole, compared with a bash running in a different console.




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to