In fact, Java packages must use a slightly more complex dependency:

"default-jre-headless | javaN-runtime-headless"

N being the lowest version of Java required to run it (2 or 5 or 6).
javaN-runtime-headless is a virtual that is provided by all the corresponding 
JVMs.

It's an OR that ensures that:
 - if you already have an acceptable JVM installed, it satisfies the dep
 - if you don't have anything installed, it will pick default-jre-headless

So you must look into the build and check if the ant rules specify the
level of the code built (by default I think it's 5), and specify the
appropriate dep formula.

-- 
japitools should depend on a a headless JRE rather than a full JDK
https://bugs.launchpad.net/bugs/598033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to