In .bashrc I have the following line:
export PATH="${PATH}:/usr/local/java/bin"When I type (after a computer reboot): java -version Java starts and gives me the version info... so the PATH is right.
Now when I enter the eclipse directory (under KDE) and start it with ./eclipse it starts, and everything is ok.
When I create a button link ("Link to Application" using KDE)
I am getting an error message that
it cant find a Java Runtime Environment in my current PATH.What did I do wrong ... and why can eclipse find Java when I start it from a terminal window, but "forgets PATH" when I start it with a Button?
Thanks
-- [EMAIL PROTECTED] mailing list
