I think we both agree the problem is related to your environment and not the packaging.
It seems the java-wrapper script it's not finding your java runtime, which may be caused by a wrong environment configuration. Make sure you have no environment variables like JAVA_HOME or JAVA_CMD set, since the script may be able to find them properly, and set them locally for the script. Also, their use it's deprecated by the new java policy. What's the output of "update-java-alternatives -l" along with the priorities? Paste the output of the following sequence: . /usr/lib/java-wrappers/java-wrappers.sh export JAVA_{HOME,CMD}= DEBUG_WRAPPER=1 find_java_runtime openjdk You've tried to reset alternatives back with: "update-alternatives -s java-6-openjdk" or (for runtime only), "update-java-alternatives --jre --set java-6-openjdk" Hope that helps. -- Best regards, Adrian Perez <adrianperez....@gmail.com>
signature.asc
Description: This is a digitally signed message part