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