Patch contributed by Michal Ceresna and verified by John Marmion.

This patch makes the webclient trunk work with the MOZILLA_0_9_9_BRANCH
on linux.


git-svn-id: svn://10.0.0.236/trunk@122500 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2002-06-01 19:11:44 +00:00
parent b1e8ad1cac
commit dca1ac3c28
11 changed files with 79 additions and 29 deletions

View File

@@ -74,7 +74,7 @@ sub init() {
$file_separator = "\/";
$JAVA="java";
}
$javahome=$ENV{"JAVAHOME"};
$javahome=$ENV{"JDKHOME"} . $file_separator . "bin";
unless(-f "$javahome$file_separator$JAVA") {
die "Can't find java executable $javahome$file_separator$JAVA";
}