FS#34146 - SBT binary uses wrong path
Attached to Project:
Arch Linux
Opened by FreakGuard (FreakGuard) - Monday, 04 March 2013, 19:37 GMT
Last edited by Jan de Groot (JGC) - Thursday, 07 March 2013, 16:03 GMT
Opened by FreakGuard (FreakGuard) - Monday, 04 March 2013, 19:37 GMT
Last edited by Jan de Groot (JGC) - Thursday, 07 March 2013, 16:03 GMT
|
Details
$ sbt
/usr/bin/sbt: line 18: /usr/lib/jvm/java-6-openjdk/bin/java: No such file or directory |
This task depends upon
Comment by Jan de Groot (JGC) -
Monday, 04 March 2013, 21:36 GMT
This is not a bug in sbt. The script uses $JAVA_HOME, which is
still set to java6-openjdk that you uninstalled and replaced with
java7-openjdk. When you log out or re-source the profile.d script
that comes with java7 you should be able to execute this script
again.