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



Hi Gary,

there is a difference between using JNI call support of the RPG compiler and a java application. A true Java application doesn't slip into an already running JVM, which could have been started with the wrong environment. For ArdGate I recommend 3 alternatives:
- using the Tomcat Version: just copy the war file to the Install directory and your additional driver jar files in the extension directory of the newly created application and all is done
- if you only need connects to mysql, oracle and ms sql server (using the jtds driver) the drivers are prepackaged with ArdGate and you would only start the runnable jar (java -jar myPath/AppServer4RPG.jar ) as described in the install instruction.
- for a customized version, I recommend setting the classpath with calling the java Runtime, as I've described earlier in a posting to your private mail

sbmjob JVAGATE cmd(qsh cmd('java -cp .:AppServer4RPG.jar:commons-logging-1.1.1.jar:jt400Small.jar:jtds-1.2.5.jar:log4j-1.2.16.jar:sqljdbc.jar de.bender_dv.jvagate.communication.Receiver'))

Dieter

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.