i have this problem, i must virtualized an application that use a java
virtual machine, if version of java virtual machine change, the dependent
application don't can use the new version of javavm, i have read that if
into the manifest file i insert mandatory=true, the dependent app will use
the new version of jvm without problem, it's correct this? thank you.