Solaris 11 java 8 pntadm command fails
If you use java 8 as the default java on Solaris 11.1 you cannot run the pntadm command:
sudo pntadm -L
"pntadm: /usr/sadm/admin/dhcpmgr/dhcpmgr.so.1: ld.so.1: java: fatal: /usr/sadm/admin/dhcpmgr/dhcpmgr.so.1: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch) "
Other java applications runs fine with java 8
If you change to java 7 the pntadm command works fine.
Is this a known problem - is it fixed ?