maxim wexler wrote:
So we have to get Java back into your path... I've got Sun Java, so mine
<MASSIVE SNIPPAGE>
Have you run 'env-update && source /etc/profile' recently? env-update rebuilds your environment (variables like PATH) based on what's in /etc/env.d. java-config and friends don't set env variables themselves - they put them in /etc/env.d, and are supposed to call env-update as part of their cleanup. If this didn't happen for some reason, running it by hand may help.
HTH. -- [email protected] mailing list

