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



... I have activated the System.exit() prevention in CommandGate, so that the JVM of AppServer4RPG keeps alive when a Java CommandlineTool tries to shutdown the JVM. To get fast execution of Java Commandlinetools you would need very few steps:
1.) install Commandgate (if you have installed ArdGate just throw CommandGate.jar in the lib directory of AppServer4RPG)
2.) throw all needed jars for your commandline tool in the lib directory of AppServer4RPG. (you don't nee any fiddling around with classpath)
instead of creaping
RUNJVA CLASS(myClass) PARM('firstParm' 'secondParm')
CLASSPATH('myVeryLongClasspath')
you would simply use
RUNJAVARUN CLASS(MYCLASS) ARGS('firstParm secondParm')
to get fast execution of your commandline tool.

The command RUNJAVARUN should be located in the install lib of AppServer4RPG.

Dieter Bender

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.