Date: Tue, 25 Mar 2003 00:25:11 +0100 (CET) From: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> To: freebsd-java@freebsd.org Subject: A FreeBSD JDK wrapper Message-ID: <20030325001524.M17181@puget.esil.univ-mrs.fr>
index | next in thread | raw e-mail
[-- Attachment #1 --] Hi, I made my own JDK wrapper and thought it could be of interest to someone. Basically it's just a collection of shell scripts. When then are installed somewhere that is part of the PATH variable, user may launch standard JDK commands (java, javac, javah, appletviewer, rmid...) and switch JDK just by changing the JAVA_HOME variable. The script tries to run the command from the $JAVA_HOME/bin directory. If no JAVA_HOME variable is set, the script will try and find one installed JDK. This way, the $JAVA_HOME/bin directory does not have be in the PATH. Not something complex but it worked for me so far... I thought I could share. Untar, and run make for help regarding installation. Regards, Herve [-- Attachment #2 --] ~>
