Focal Point
CALLJAVA

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9751098331

September 06, 2005, 07:35 PM
CHERI
CALLJAVA
Has anyone used WebFocus to call java programs ?
My understanding is you can use CALLJAVA. Not fimiliar with this. I'm not a Java programmer either. We are using release 5.2.3
Does the Java program have to reside on the WebFocus server ?
September 07, 2005, 12:30 PM
Boogarweed
Below is some text from a doc I found on IBI's site. I hope it helps. The location is: http://techsupport.informationbuilders.com/ibase/master...3/data_adapter21.htm
quote:
Compiling and Running a Java Program
When compiling your Java program, the jscom3.jar file located in the etc directory in the EDAHOME directory needs to be accessible using the CLASSPATH environment variable or the javac command parameter.

When executing your Java class, place the client jar file containing the Java class to be invoked in the CLASSPATH environment variable prior to starting the server.