0

I am working on an application created using vb6, C++ and Java. I need to debug Java code of application. I am trying to debug it using remote debugging of eclipse but I am getting this error - "Could not find or load main class".

Any method by which I can debug such Java code.

4

1 回答 1

0

我能够调试我的应用程序的 Java 代码。在 Java 初始化(JVM 创建)期间,我在 vb6 代码中传递了远程调试参数。此设置帮助我在 Eclipse IDE 中调试 Java 代码。我从这篇文章中找到了详细信息-

调试通过 JNI 调用的 Java 代码

您可以从这里获取详细信息 -
http://newapputil.blogspot.in/2013/10/debug-java-and-jni-c-code.html

于 2013-10-11T06:08:59.883 回答