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



On 2011/3/8 3:10 PM, mikemonger@xxxxxxx wrote:

Heh. One of the few things I can guarentee about this is that
there's only ONE instance of this class that exists.


Actually, you can't guarantee it while you're developing and using the Java class ... it's one of the annoying things about developing an application that uses RPG with Java, when you're also developing the Java methods.

The JVM in your job remembers the class and method as you first called it. If you change the Java class or Java method, javap will show the new information about the class, since javap runs in a new job. But your job's JVM will remember the old version.

You have to sign off and sign back on again to pick up the new version of the class.

Another alternative that I sometimes use is to submit my RPG program calls to batch, so I don't have to keep signing off my current job.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.