Re: Help installing SDK+JRE

2002-10-25 Thread Yven Leist
On Friday 25 October 2002 11:44, Erik Browaldh wrote: > Hello everyone, > > Im a newcommer in the Linux-world, therefore, all kind of help may be > help :-) > > I have problems installing these self-extracting files > j2re-1_4_1_01-linux-i586.bin > j2sdk-1_4_1_01linux-i586.bin > > I've put them und

Re: Help installing SDK+JRE

2002-10-25 Thread Yven Leist
On Friday 25 October 2002 11:44, Erik Browaldh wrote: > Hello everyone, > > Im a newcommer in the Linux-world, therefore, all kind of help may be > help :-) > > I have problems installing these self-extracting files > j2re-1_4_1_01-linux-i586.bin > j2sdk-1_4_1_01linux-i586.bin > > I've put them und

Re: Help installing SDK+JRE

2002-10-25 Thread Erik Browaldh
George Hamilton wrote: Erik You have to check that javac in in you path. typing 'which javac' will tell you the path of the executable. If not, it will tell you it can't be found. To put in your path find manual where the java executables say /root/usr/loca/java/bin for example. then export PATH

Re: Help installing SDK+JRE

2002-10-25 Thread Erik Browaldh
George Hamilton wrote: Erik You have to check that javac in in you path. typing 'which javac' will tell you the path of the executable. If not, it will tell you it can't be found. To put in your path find manual where the java executables say /root/usr/loca/java/bin for example. then export