× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Ok, I am still having trouble with this. here are the environment variables I have set:

ADDENVVAR ENVVAR(QIBM_RPG_JAVA_PROPERTIES) +
VALUE('+
-Djava.awt.headless=true;+
-Dos400.awt.native=true;+
-Xdebug+
-Xrunjdwp:transport=dt_socket,server=y,address=8765+
') REPLACE(*YES)
ADDENVVAR ENVVAR(JAVA_HOME) +
VALUE('/QOpenSys/QIBM/ProdData/JavaVM/jdk626/32bit'+
) REPLACE(*YES)

Then I start the JVM using the Start_JVM procedure in Scott Kelment's HSSFR4 service program. This uses JNI to start the JVM.

Using your developerworks link below, I set up a remote debug for Java, but it wasn't written to pick up once RPG call the method, so I tried starting the debug after I call my JVM setup program. I get the following error message:
'Launching Sort' has encountered a problem. Failed to connect to remove VM. Connection refused. Details adds Connection refused: connect.

In my debug configuration, I select my Java project that contains the class I want to debug, Host is the host name for IBM i, I can ping the name I provided. The port is 8765, Connection Type is Standard (Socket Attach). What am I missing?

Mark Murphy
STAR BASE Consulting, Inc.
mmurphy@xxxxxxxxxxxxxxx


-----Josh Diggs <JDiggs@xxxxxxxxxxxx> wrote: -----
To: Java Programming on and around the IBM i <java400-l@xxxxxxxxxxxx>
From: Josh Diggs <JDiggs@xxxxxxxxxxxx>
Date: 08/27/2015 02:09PM
Subject: RE: How to debug Java?

You can initiate the JVM such that it accepts remote debug connections.

http://www.ibm.com/developerworks/library/os-eclipse-javadebug/

You will need to initialize your JVM either through the the system properties or through QIBM_RPG_JAVA_PROPERTIES)

http://www-01.ibm.com/support/docview.wss?uid=nas8N1015168

-----Original Message-----
From: JAVA400-L [mailto:java400-l-bounces@xxxxxxxxxxxx] On Behalf Of Justin Taylor
Sent: Wednesday, August 26, 2015 6:32 PM
To: Java400-L (java400-l@xxxxxxxxxxxx)
Subject: How to debug Java?

I have a Java program that's being called from an RPG program. How can I debug the Java program?

Thanks
--
This is the Java Programming on and around the IBM i (JAVA400-L) mailing list To post a message email: JAVA400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/java400-l.


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.