In Merlin b52, jexec is installed in the wrong location, in:
/usr/j2se/jre/bin/jexec=.java_wrapper
/usr/j2se/jre/bin/ARCH/native_threads/jexec
when it should only be in
/usr/j2se/jre/lib/ARCH/jexec
In all previous releases back to cricket (1.2.2) jexec
existed in jre/lib, so this is considered to be a regression.
Pretty serious one too since it removes the ability to
execute a .jar file in Solaris.
64bit version of jexec should be dealt with in a similar manner,
though it's questionable whether executing a 64bit jar file is
needed.
Needs to be address before 1st integration into S9
/usr/j2se/jre/bin/jexec=.java_wrapper
/usr/j2se/jre/bin/ARCH/native_threads/jexec
when it should only be in
/usr/j2se/jre/lib/ARCH/jexec
In all previous releases back to cricket (1.2.2) jexec
existed in jre/lib, so this is considered to be a regression.
Pretty serious one too since it removes the ability to
execute a .jar file in Solaris.
64bit version of jexec should be dealt with in a similar manner,
though it's questionable whether executing a 64bit jar file is
needed.
Needs to be address before 1st integration into S9