From: Alex Bennee <a...@cbnl.com> --- getjava | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/getjava b/getjava index f927c16..a5b987e 100755 --- a/getjava +++ b/getjava @@ -3,7 +3,7 @@ # $Id: getjava 6644 2007-06-29 20:47:39Z jgehlbach $ if [ -z "$JAVA_HOME" ]; then - for dir in /usr/lib/jvm/java-6-sun /usr/lib/jvm/java-1.5.0-sun + for dir in /usr/lib/jvm/java-6-sun /usr/lib/jvm/java-1.5.0-sun /usr/lib/jvm/java-6-openjdk do if [ -d "$dir" -a -f "$dir/lib/tools.jar" ]; then JAVA_HOME="$dir" -- 1.7.8.3 ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Please read the OpenNMS Mailing List FAQ: http://www.opennms.org/index.php/Mailing_List_FAQ opennms-devel mailing list To *unsubscribe* or change your subscription options, see the bottom of this page: https://lists.sourceforge.net/lists/listinfo/opennms-devel