[Bug 57906] New: java detection is incomplete
Thomas Zander
zander at planescape.com
Wed Apr 30 18:25:14 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=57906
Summary: java detection is incomplete
Product: kdevelop
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: autoproject
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: zander at planescape.com
Version: (using KDE Devel)
Installed from: Compiled sources
OS: Linux
In the configure script in kdebase (and kdebindings) java detection is done using find, and the configure script used an old version I still had on my system.
The SUN JRE requires an environment variable to be set called 'JAVA_HOME' I recomend using that instead, and maybe fall back to the find method if the $JAVA_HOME way fails...
ps. JAVA_HOME points to the base dir; the one that contains the bin dir for example.
More information about the KDevelop-devel
mailing list