Re: [expert] j2sdk just a little help ...

2002-09-27 Thread Marco Romeny
hmm... my j2sdk when queried with: rpm -q --scripts j2sdk only tells me that in fixes symbolic links for the manuals. then it might be an older release I have, j2sdk-1.4.0-fcs. the 'which java' points you to the kaffe-links, which is a os jvm. it is required for mandrake- wizards I think. --

Re: [expert] j2sdk just a little help ...

2002-09-26 Thread Mark Weaver
Marco Romeny wrote: > unfortunately it installs in its own directory. > > try rpm -ql j2sdk to find the base directory > on mine it's /usr/java/j2sdk1.4.0 > > so, in my case I would do: > > export JAVA_HOME="/usr/java/j2sdk1.4.0" > export PATH=JAVA_HOME/bin:$PATH > > recommended to put those

Re: [expert] j2sdk just a little help ...

2002-09-26 Thread jipe
On 26 Sep 2002 15:22:06 +0200 hans schneidhofer <[EMAIL PROTECTED]> wrote: > hi, > have downloaded the jDictionary and had to install first the > java-runtime-einvironment - so far so good, but I don't have any idea > nor experiences with java, so I should know, what I have to doafter a > succesf

Re: [expert] j2sdk just a little help ...

2002-09-26 Thread Rick Friedman
I had to do this just last night in order to run a java program called Arachnophilia. Make sure that the java binary file is in your Path. It's probably in a directory similar to this: /usr/java/j2sdk1.4.0_02/bin. That may not be the exact path but you should be able to track it down. Once you'v

Re: [expert] j2sdk just a little help ...

2002-09-26 Thread Marco Romeny
/etc/bashrc (or in a j2sdk.sh script in /etc/profile.d) /m - Original Message - From: "hans schneidhofer" <[EMAIL PROTECTED]> To: "mdk-expert-list" <[EMAIL PROTECTED]> Sent: Thursday, September 26, 2002 15:22 Subject: [expert] j2sdk just a little hel

[expert] j2sdk just a little help ...

2002-09-26 Thread hans schneidhofer
hi, have downloaded the jDictionary and had to install first the java-runtime-einvironment - so far so good, but I don't have any idea nor experiences with java, so I should know, what I have to doafter a succesful install of this file : j2sdk-1_4_0_02-linux-i586-rpm.bin first I does a simple run