https://bugzilla.novell.com/show_bug.cgi?id=841284 https://bugzilla.novell.com/show_bug.cgi?id=841284#c0 Summary: profile.d/alljava.sh does not always detect installed jdk Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: openSUSE 12.3 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: F.Schuette@t-online.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0 If a 64bit JDK and 32bit JRE is installed, the script finds the 64bit JDK but does not break completely. It continues to search and finds the 32bit JRE next so it uses this one, because the "break" just breaks the inner "for" loop but it should break the outer "for" loop, too. Reproducible: Always Steps to Reproduce: 1. install 64bit JDK and 32bit JRE 2. log in Actual Results: The variable JDK_HOME is not set and JAVA_HOME points to 32bit JRE. Expected Results: The variable JDK_HOME should point to 64bit JDK. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.