FS#10749 - extra/jdk should set JAVA_HOME to point to the JDK if installed instead of JRE
Attached to Project:
Arch Linux
Opened by Kristof Jozsa (kjozsa) - Tuesday, 24 June 2008, 07:56 GMT
Last edited by Jan de Groot (JGC) - Tuesday, 24 June 2008, 09:57 GMT
Opened by Kristof Jozsa (kjozsa) - Tuesday, 24 June 2008, 07:56 GMT
Last edited by Jan de Groot (JGC) - Tuesday, 24 June 2008, 09:57 GMT
|
Details
Description:
The extra/jdk package should set JAVA_HOME to /opt/java instead of /opt/java/jre. Currently it only sets JDK_HOME, but JAVA_HOME pointing to the JRE makes some Sun tools (eg. btrace) not functioning correctly since it needs $JAVA_HOME/lib/tools.jar. Additional info: * package version(s) extra/jdk 6u5-1 * config and/or log files etc. /etc/profile.d/jdk.sh Steps to reproduce: n/a |
This task depends upon
Closed by Jan de Groot (JGC)
Tuesday, 24 June 2008, 09:57 GMT
Reason for closing: Duplicate
Additional comments about closing: See bug 10130
Tuesday, 24 June 2008, 09:57 GMT
Reason for closing: Duplicate
Additional comments about closing: See
Comment by Kristof Jozsa (kjozsa) -
Tuesday, 24 June 2008, 07:59 GMT
ok that's clearly related to #10130, seems I was a bit too fast
with posting. I see it rather as a bug though as it actually
prevents otherwise working tool to work :)