Re: ln -s (executeable) /usr/bin/(executeable) ( was: RE: Java 1.2)

2000-05-31 Thread Ron Flory
"A. Scott White" wrote: > > Oki DZ wrote: > > create links for the executables: > > cd /usr/bin > > ln -s /usr/lib/jdk1.2.2/bin/java java > > ../bin/javac javac > > ../bin/javap javap > > (do the same for the other executables) it might be a lot safer an

ln -s (executeable) /usr/bin/(executeable) ( was: RE: Java 1.2)

2000-05-31 Thread A. Scott White
Oki DZ wrote: > create links for the executables: > cd /usr/bin > ln -s /usr/lib/jdk1.2.2/bin/java java > ../bin/javac javac > ../bin/javap javap > (do the same for the other executables) This is pretty clever. Is this a common way of putting executables i