* [gentoo-user] Limewire
@ 2005-07-07 4:07 Bruno Gola
2005-07-07 0:31 ` rodrigo ahumada
2005-07-07 11:57 ` Jason Cooper
0 siblings, 2 replies; 7+ messages in thread
From: Bruno Gola @ 2005-07-07 4:07 UTC (permalink / raw
To: gentoo-user
Hello again guys ;)
I was trying to merge that p2p software called Limewire, when ive done:
emerge limewire it works, but, when i try:
$ limewire
I get this error:
bruno@br ~ $ limewire
/usr/bin/limewire: line 4: java: command not found
Does anyone knows what should I do correctly or just tell me a better
p2p software (i use pysoulseek and amule)?
Thanks
Bruno Gola
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Limewire
2005-07-07 4:07 [gentoo-user] Limewire Bruno Gola
@ 2005-07-07 0:31 ` rodrigo ahumada
2005-07-07 4:29 ` Bruno Gola
2005-07-07 11:57 ` Jason Cooper
1 sibling, 1 reply; 7+ messages in thread
From: rodrigo ahumada @ 2005-07-07 0:31 UTC (permalink / raw
To: gentoo-user
El Jue 07 Jul 2005 04:07, Bruno Gola escribió:
Hi
> bruno@br ~ $ limewire
> /usr/bin/limewire: line 4: java: command not found
do you have java, don't you? (google for "gentoo java wiki" and "gentoo
java-config")
when you can type in a terminal "jav..." and press tab and you get:
java javac javaws... etc, limewire must work
> Does anyone knows what should I do correctly or just tell me a better
> p2p software (i use pysoulseek and amule)?
>
> Thanks
> Bruno Gola
___________________________________________________________
1GB gratis, Antivirus y Antispam
Correo Yahoo!, el mejor correo web del mundo
http://correo.yahoo.com.ar
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Limewire
2005-07-07 0:31 ` rodrigo ahumada
@ 2005-07-07 4:29 ` Bruno Gola
2005-07-07 6:20 ` Willie Wong
0 siblings, 1 reply; 7+ messages in thread
From: Bruno Gola @ 2005-07-07 4:29 UTC (permalink / raw
To: gentoo-user
rodrigo ahumada wrote:
>El Jue 07 Jul 2005 04:07, Bruno Gola escribió:
> Hi
>
>
>
>
>>bruno@br ~ $ limewire
>>/usr/bin/limewire: line 4: java: command not found
>>
>>
>
>do you have java, don't you? (google for "gentoo java wiki" and "gentoo
>java-config")
>
>when you can type in a terminal "jav..." and press tab and you get:
>java javac javaws... etc, limewire must work
>
>
>
>>Does anyone knows what should I do correctly or just tell me a better
>>p2p software (i use pysoulseek and amule)?
>>
>>Thanks
>>Bruno Gola
>>
>>
>
>
>
>
>
>___________________________________________________________
>1GB gratis, Antivirus y Antispam
>Correo Yahoo!, el mejor correo web del mundo
>http://correo.yahoo.com.ar
>
>
>
>
I get java-config only... not java javac and javaws :(
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Limewire
2005-07-07 4:29 ` Bruno Gola
@ 2005-07-07 6:20 ` Willie Wong
2005-07-07 6:46 ` Ryan
0 siblings, 1 reply; 7+ messages in thread
From: Willie Wong @ 2005-07-07 6:20 UTC (permalink / raw
To: gentoo-user
On Thu, Jul 07, 2005 at 01:29:08AM -0300, Bruno Gola wrote:
> >when you can type in a terminal "jav..." and press tab and you get:
> >java javac javaws... etc, limewire must work
> >
> >
> >
> >>Does anyone knows what should I do correctly or just tell me a better
> >>p2p software (i use pysoulseek and amule)?
> >>
> >>Thanks
> >>Bruno Gola
> >>
> >>
> >
> >
> I get java-config only... not java javac and javaws :(
> --
Limewire should have pulled in a jre as a dependency, unless you
installed it with the --nodeps option.
>From the fact that you have java-config but NOT javac or java, I am
willing to bet that you have a problem with your paths. So, my guess
is that you tried to run limewire immediately after emerging it? If
that is the case, what happened is the following:
emerge limewire pulls in a JRE as a dependency, most likely
blackdown, which installs to /opt/blackdown-jre...
it also adds a rule in /etc/env.d to add /opt/blackdown-jre.../bin to
the search path. And emerge then calls env-update.
The problem is that the shell you did the emerge in, and any shell
you opened before the emerge, read the old /etc/profile when they
loaded, and hence does not no about the new paths to search for the
java runtimes.
What you should do is run
source /etc/profile
in the shell you are trying to run Limewire
Or quit your current shell and start a new one and run limewire from
that.
HTH,
W
--
"Prostetnic Vogon Jeltz smiled very slowly. This was done
not so much for effect as because he was trying to remember
the sequence of muscle movements. "
Sortir en Pantoufles: up 4 days, 4:40
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Limewire
2005-07-07 6:20 ` Willie Wong
@ 2005-07-07 6:46 ` Ryan
2005-07-07 11:38 ` Bruno Gola
0 siblings, 1 reply; 7+ messages in thread
From: Ryan @ 2005-07-07 6:46 UTC (permalink / raw
To: gentoo-user
Willie Wong wrote:
>On Thu, Jul 07, 2005 at 01:29:08AM -0300, Bruno Gola wrote:
>
>
>>>when you can type in a terminal "jav..." and press tab and you get:
>>>java javac javaws... etc, limewire must work
>>>
>>>
>>>
>>>
>>>
>>>>Does anyone knows what should I do correctly or just tell me a better
>>>>p2p software (i use pysoulseek and amule)?
>>>>
>>>>Thanks
>>>>Bruno Gola
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>I get java-config only... not java javac and javaws :(
>>--
>>
>>
Sounds to me like you didnt have java installed before you installed
Limewire. Just log out of the shell, and start a new one and the new
shell will have java in it's path.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Limewire
2005-07-07 6:46 ` Ryan
@ 2005-07-07 11:38 ` Bruno Gola
0 siblings, 0 replies; 7+ messages in thread
From: Bruno Gola @ 2005-07-07 11:38 UTC (permalink / raw
To: gentoo-user
Ryan wrote:
>Willie Wong wrote:
>
>
>
>>On Thu, Jul 07, 2005 at 01:29:08AM -0300, Bruno Gola wrote:
>>
>>
>>
>>
>>>>when you can type in a terminal "jav..." and press tab and you get:
>>>>java javac javaws... etc, limewire must work
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>>Does anyone knows what should I do correctly or just tell me a better
>>>>>p2p software (i use pysoulseek and amule)?
>>>>>
>>>>>Thanks
>>>>>Bruno Gola
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>>
>>>I get java-config only... not java javac and javaws :(
>>>--
>>>
>>>
>>>
>>>
>Sounds to me like you didnt have java installed before you installed
>Limewire. Just log out of the shell, and start a new one and the new
>shell will have java in it's path.
>
>
Thanks guys, now it works (source /etc/profile) ...
Bruno
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Limewire
2005-07-07 4:07 [gentoo-user] Limewire Bruno Gola
2005-07-07 0:31 ` rodrigo ahumada
@ 2005-07-07 11:57 ` Jason Cooper
1 sibling, 0 replies; 7+ messages in thread
From: Jason Cooper @ 2005-07-07 11:57 UTC (permalink / raw
To: gentoo-user
Bruno Gola (brunogola@terra.com.br) scribbled:
> Does anyone knows what should I do correctly or just tell me a better
> p2p software (i use pysoulseek and amule)?
I've had good success with gtk-gnutella.
# eix gtk-gnutella
* net-p2p/gtk-gnutella
Available versions: 0.93.3 0.94 ~0.95 ~0.95-r1 ~0.95.3
Installed: 0.95.3
Homepage: http://gtk-gnutella.sourceforge.net/
Description: A GTK+ Gnutella client
I tried limewire several years ago, and at the time is was a known
spyware/adware p.o.s. It may have mended it's ways since.
hth,
cooper.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-07-07 12:02 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-07 4:07 [gentoo-user] Limewire Bruno Gola
2005-07-07 0:31 ` rodrigo ahumada
2005-07-07 4:29 ` Bruno Gola
2005-07-07 6:20 ` Willie Wong
2005-07-07 6:46 ` Ryan
2005-07-07 11:38 ` Bruno Gola
2005-07-07 11:57 ` Jason Cooper
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox