I disagree with the following statement:

"It seems that you have installed your JDK to /opt/jdk manually.
Therefore it cannot and should not be detected by the package manager."

There are a number of ways to detect whether or not Java is available.
The easiest is:

echo $(java -version)

Others include:

echo $JAVA_HOME

And

echo $(which java)

It'd be nice if the package manager had a way to say, "Java is already
installed, thank you."

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712132

Title:
  Java Package Dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pdftk/+bug/712132/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to