How to force jvm.dll to accept arguments: -Xdebug
Hello,
I posted this in the New to Java section but didn't get many responses.
I have a class which is utilized by a C++ application. The C++ app invokes Java somewhere inside via JNI. I have no access to the C++ source code to change the optionStrings.
I want to use a remote debugger on the app, but I can't find a way to force it into -Xdebug mode.
Does anyone have any tips?
Message was edited by:
bajafresh
Message was edited by:
bajafresh
Message was edited by:
bajafresh

