[arch-general] java: cannot execute - too many levels of symbolic links

Thorsten Jolitz tjolitz at gmail.com
Mon Sep 8 20:42:06 EDT 2014


Hi List, 

after updating yesterday java does not work anymore for me:

,----
| [tj at arch ~]$ LC_ALL=C java --help
| /usr/bin/java: line 2: /usr/lib/jvm/default/bin/java: Too many levels of
| symbolic links
| /usr/bin/java: line 2: exec: /usr/lib/jvm/default/bin/java: cannot
| execute: Too many levels of symbolic links
`----

with '/usr/bin/java -> /usr/lib/java-common-wrapper' containing:

#+BEGIN_SRC shell  
 #!/bin/bash
 exec "${JAVA_HOME:-/usr/lib/jvm/default}/bin/${0##*/}" "$@"
#+END_SRC

I remember some Java lib was updated recently - anyone else with this
problem?

-- 
cheers,
Thorsten


More information about the arch-general mailing list