Script bmsubmit.sh fails when run on OSX wiht JDK7/8 because it fails to find classes in package com.sun.tools.attach.
pagz:bin tomr$ bminstall.sh
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/tools/attach/AttachNotSupportedException
at java.lang.Class.getDeclaredMethods0(Native Method)
...
- is duplicated by
-
BYTEMAN-279 [2.2.1] Fails to attach with java.lang.ClassNotFoundException: com.sun.tools.attach.AttachNotSupportedException
- Closed