× 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.



It *is* possible to step into Java from RPG, just not supported (AFIAK). Check out the message from Barbara Morris in the following thread:
http://tinyurl.com/65tev2

Here's what I've noted (not sure exactly how true it is, but it's what worked for me)

a) Java code has to be compiled with -g to have debugging symbols.
b) Java code has to be run through CRTJVAPGM
c) the Java code has to already be loaded into the JVM. That means you can't step into the first method you call, you have to wait til the second call when the JVM is already started, and the class is already loaded.
d) It doesn't work from the same job. You have to STRSRVJOB/STRDBG if working from the green screen. From GUI it shouldn't matter, since you're automatically in a separate job :)

Anyway... it's tricky, and unsupported but possible...



Thorbjørn Ravn Andersen wrote:
Li Ding skrev:
I am not sure what you mean for Rad 6 debugger. Stepping into Java from
RPG is not supported by the integrated system i debugger in RDi 7.1 and
WDSC.

Do you know if there is any debugger for the i which can handle this at all?



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.