Re: [gentoo-user] limewire won't start

2006-03-29 Thread maxim wexler
http://mail.yahoo.com The problem here is that you don't want to hard code it into your .bash_profile as that is only local (to that specific user). I'm OK with that. you could do it in /etc/profile, but that would only work until the next java upgrade... it looks like you

Re: [gentoo-user] limewire won't start

2006-03-29 Thread maxim wexler
--- Ryan Tandy [EMAIL PROTECTED] wrote: 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

Re: [gentoo-user] limewire won't start

2006-03-29 Thread Uwe Thiem
On 29 March 2006 18:16, maxim wexler wrote: See my reply to Ryan. Somehow overnight my complete path statement returned. I don't remember the last time I ran env-update etc. Correct me if I'm wrong, but isn't it run automatically after completion of emerge some package. Perhaps this is

Re: [gentoo-user] limewire won't start

2006-03-29 Thread Ryan Tandy
Uwe Thiem wrote: You really have to watch etc-update and decide what it should overwrite and what you prefer to edit yourself. Not etc-update, env-update. -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] limewire won't start

2006-03-28 Thread maxim wexler
So we have to get Java back into your path... I've got Sun Java, so mine will be slightly different than yours, but in your /etc/env.d/ and /etc/env.d/java directory you should have a couple of files in there. First you will have something like /etc/env.d/java/20sun-jdk-1.4.2.10.

Re: [gentoo-user] limewire won't start

2006-03-28 Thread Chad Feller
maxim wexler wrote: So we have to get Java back into your path... I've got Sun Java, so mine will be slightly different than yours, but in your /etc/env.d/ and /etc/env.d/java directory you should have a couple of files in there. First you will have something like

Re: [gentoo-user] limewire won't start

2006-03-28 Thread Ryan Tandy
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

Re: [gentoo-user] limewire won't start

2006-03-27 Thread maxim wexler
--- Chad Feller [EMAIL PROTECTED] wrote: methinks java is not in your path. if you type: which java does it return anything? that failing find out where it (java) is on your system. something like this should help: locate javac | grep bin (I chose javac instead of java as you

Re: [gentoo-user] limewire won't start

2006-03-27 Thread Chad Feller
maxim wexler wrote: --- Chad Feller [EMAIL PROTECTED] wrote: methinks java is not in your path. if you type: which java does it return anything? that failing find out where it (java) is on your system. something like this should help: locate javac | grep bin (I chose javac instead

[gentoo-user] limewire won't start

2006-03-26 Thread maxim wexler
Hi everybody, Anybody have this happen: [EMAIL PROTECTED] ~ $ limewire /usr/bin/limewire: line 4: java: command not found Someone in a forum said do this: sarawak heathen # /usr/sbin/env-update source /etc/profile Regenerating /etc/ld.so.cache... Didn't work. Someone else said do this:

Re: [gentoo-user] limewire won't start

2006-03-26 Thread Chad Feller
methinks java is not in your path. if you type: which java does it return anything? that failing find out where it (java) is on your system. something like this should help: locate javac | grep bin (I chose javac instead of java as you shouldn't get a mile of output, but likewise you