Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#14056 - bad java path in jython
Attached to Project:
Community Packages
Opened by Łukasz Fidosz (Luk4sz) - Wednesday, 01 April 2009, 15:57 GMT
Last edited by Ionut Biru (wonder) - Monday, 01 June 2009, 15:19 GMT
Opened by Łukasz Fidosz (Luk4sz) - Wednesday, 01 April 2009, 15:57 GMT
Last edited by Ionut Biru (wonder) - Monday, 01 June 2009, 15:19 GMT
|
DetailsDescription:
[virhilo@hpek repo]$ LC_ALL=C /opt/jython/jython /opt/jython/jython: line 11: /opt/java/jre/bin/java: No such file or director Additional info: jython 2.2.1-2 openjdk6 1.5-0.1 |
This task depends upon
Closed by Ionut Biru (wonder)
Monday, 01 June 2009, 15:19 GMT
Reason for closing: Fixed
Additional comments about closing: jython-2.2.1-3
Monday, 01 June 2009, 15:19 GMT
Reason for closing: Fixed
Additional comments about closing: jython-2.2.1-3

If you have openjdk6, edit /opt/jython/jython and change /opt/java/jre/bin/java to /usr/bin/java. This works for me!