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've found where the java binary is located, make a symbolic link
to it. Make sure the link is in your Path. For example, I changed
directory to /usr/bin. If this is where you want to put the link then
create the link as follows:

ln -s :: location where your java binary is ::  java

So, mine looked like:

ln -s /usr/java/j2re1.4.1/bin/java java

After doing that, you should be able to run your jDictionary.

Rick

On Thu, 2002-09-26 at 09:22, hans schneidhofer 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
> succesful install of this file :
> 
> j2sdk-1_4_0_02-linux-i586-rpm.bin
> first I does a simple run on it then I got :
> j2sdk-1_4_0_02-fcs-linux-i586.rpm
> after that I made aslo a simple rpm -Uvh
> j2sdk-1_4_0_02-fcs-linux-i586.rpm
> 
> the install-procedure shows a successfully installation, but what I have
> to do as a next step, so I van do such a thing like :
> java -jar jdictionary.jar
> 
> was looking now for a few hours, where I can see some hints, but cannot
> find any useful hints - so I'm hoping to get some from here
> 
> thanks in advance one more time
> bye hans
> 
> 
> 
> 
> ----
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to