I am trying to debug java application within matlab using the instructions from here.
Matlab starts good and echo:
JVM is being started with debugging enabled.
Use "jdb -connect com.sun.jdi.SocketAttach:port=4444" to attach debugger.
but when I try to attach the debugger I get:
>> jdb -connect com.sun.jdi.SocketAttach:port=4444
Undefined function 'jdb' for input arguments of type 'char'.
What am I doing wrong?