Re: [gentoo-user] where to find "jar" program?

2003-09-18 Thread Jason Stubbs
b' package needs java... how should i know? > > but thanks, for your tip! > > martin > > > > -Original Message- > > > From: Mark Fisher [mailto:[EMAIL PROTECTED] > > > Sent: Wednesday, September 17, 2003 12:36 PM > > > To: [EMAIL PR

Re: [gentoo-user] where to find "jar" program?

2003-09-18 Thread Ing. Martin Gauklitz
Zitat von Jose Gonzalez Gomez <[EMAIL PROTECTED]>: > > Martin, > > The problem is that you don't only need to have java and java-config > installed, the problem is that you need to have a java virtual machine > selected with java-config. If you make an emerge with --emptytree yo

RE: [gentoo-user] where to find "jar" program?

2003-09-18 Thread Ing. Martin Gauklitz
:[EMAIL PROTECTED] > > Sent: Wednesday, September 17, 2003 12:36 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [gentoo-user] where to find "jar" program? > > > > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > >

Re: [gentoo-user] where to find "jar" program?

2003-09-17 Thread HvR
As root: - Run java-config --set-system-vm=blackdown-jdk-1.4.1. - Do source /etc/profile - emerge db On Tue, 2003-09-16 at 23:50, martin wrote: hi! i tried to update the system, but doing a "emerge -u system" stops at the package "sys-libs/db-4.0.14-r2" with an error... it says it needs a "

RE: [gentoo-user] where to find "jar" program?

2003-09-17 Thread Jeffrey Smelser
Why didn't you just run java-config?? It would have done it all for you in a matter of minutes... > -Original Message- > From: Mark Fisher [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 17, 2003 12:36 PM > To: [EMAIL PROTECTED] > Subject: Re: [gentoo-user

Re: [gentoo-user] where to find "jar" program?

2003-09-17 Thread Mark Fisher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 17 Sep 2003 9:25 am, Jose Gonzalez Gomez wrote: > Martin, > > You need a java package and java-config installed, and you need to > execute java-config to set the system java virtual machine. > > Regards, > Jose > > PS:

Re: [gentoo-user] where to find "jar" program?

2003-09-17 Thread Jose Gonzalez Gomez
    Martin,     The problem is that you don't only need to have java and java-config installed, the problem is that you need to have a java virtual machine selected with java-config. If you make an emerge with --emptytree you can see that java and java-config is listed in the packages to be i

Re: [gentoo-user] where to find "jar" program?

2003-09-17 Thread martin
Zitat von Jose Gonzalez Gomez <[EMAIL PROTECTED]>: > > Martin, > > You need a java package and java-config installed, and you need to > execute java-config to set the system java virtual machine. > > Regards, > Jose > > PS: By the way, I've seen this question a

Re: [gentoo-user] where to find "jar" program?

2003-09-17 Thread Jose Gonzalez Gomez
Martin, You need a java package and java-config installed, and you need to execute java-config to set the system java virtual machine. Regards, Jose PS: By the way, I've seen this question a dozen times, shouldn't this be included in a FAQ or something? martin wrote: hi! i tri