Re: Running Java program

2002-12-30 Thread Derrick 'dman' Hudson
On Tue, Dec 31, 2002 at 01:08:06AM +0330, Aryan Ameri wrote: | On Tuesday 31 December 2002 00:28, Derrick 'dman' Hudson wrote: | > On Tue, Dec 31, 2002 at 12:08:57AM +0330, Aryan Ameri wrote: | > | which java tells me that my java is installed in /usr/bin/java while I | > | installed my 1.4.1 JRE i

Re: Running Java program

2002-12-30 Thread Ing. Vladimir M. Kerka
On Mon, 2002-12-30 at 21:38, Aryan Ameri wrote: snip > > well, I was talking about the book, not the video. And as it is impossible to > find the english version of the book in my country, I have no other choice, > but to download the PDF version of the book. I won't ever dare download a > vide

Re: Running Java program

2002-12-30 Thread Aryan Ameri
On Tuesday 31 December 2002 00:28, Derrick 'dman' Hudson wrote: > On Tue, Dec 31, 2002 at 12:08:57AM +0330, Aryan Ameri wrote: > | which java tells me that my java is installed in /usr/bin/java while I > | installed my 1.4.1 JRE in /opt/java.sun. > | And java -version tells me that my version of ja

Re: Running Java program

2002-12-30 Thread Lacoste (Frisurf)
> > on the command line do: > > > > which java > > where java and > > java -version > > > > which java tells me that my java is installed in /usr/bin/java while I > installed my 1.4.1 JRE in /opt/java.sun. > And java -version tells me that my version of java is 1.1.8 . Apparently, I > have two

Re: Running Java program

2002-12-30 Thread Bruno Diniz de Paula
Hi Aryan, do the following: apt-get install java-virtual-machine-dummy then edit /etc/java-vm and insert the correct path to your virtual machine, in this case it I think it is /opt/java.sun/bin/java Cheers, Bruno. On Mon, 2002-12-30 at 15:38, Aryan Ameri wrote: > On Monday 30 December 2002 23

Re: Running Java program

2002-12-30 Thread Derrick 'dman' Hudson
On Tue, Dec 31, 2002 at 12:08:57AM +0330, Aryan Ameri wrote: | | which java tells me that my java is installed in /usr/bin/java while I | installed my 1.4.1 JRE in /opt/java.sun. | And java -version tells me that my version of java is 1.1.8 . Apparently, I | have two versions of java installed o

Re: Running Java program

2002-12-30 Thread Aryan Ameri
On Monday 30 December 2002 23:47, Jerome "Lacoste (Frisurf)" wrote: > On Mon, 2002-12-30 at 21:09, Aryan Ameri wrote: > > Hi there: > > > > > > I have Sun's j2sdk 1.4.1 runtime enviroment installed in my computer. I > > followed the installation instructions, and installed java. I have it in > > my

Re: Running Java program

2002-12-30 Thread Stephen Gran
This one time, at band camp, Aryan Ameri said: > Hi there: > > I have Sun's j2sdk 1.4.1 runtime enviroment installed in my computer. I > followed the installation instructions, and installed java. I have it in my > PATH and am using it as a mozilla plugin. Mozilla is able to show webpages > whi

Re: Running Java program

2002-12-30 Thread Lacoste (Frisurf)
On Mon, 2002-12-30 at 21:09, Aryan Ameri wrote: > Hi there: > > I have Sun's j2sdk 1.4.1 runtime enviroment installed in my computer. I > followed the installation instructions, and installed java. I have it in my > PATH and am using it as a mozilla plugin. Mozilla is able to show webpages > w

Running Java program

2002-12-30 Thread Aryan Ameri
Hi there: I have Sun's j2sdk 1.4.1 runtime enviroment installed in my computer. I followed the installation instructions, and installed java. I have it in my PATH and am using it as a mozilla plugin. Mozilla is able to show webpages which use java applets, so I guess my java installation is fun