Run Java Class from Progress

Ale Giordani

New Member
Hi all!!!

i have a problem. I want to run java programs (classes) from my progress program in appServer (Batch-mode) . This Progress programs is a ProcObject, called from JSP.

JSP ---> procObject (.r) ---> Java class (.class)

The question is:
How my Progress Program could call easily, directly, the java class???

Excuse my poor english!!!

thank's!!!
 
Hi,

try looking at the Java Open Client examples in your Progress
installation directory ($DLC/src/samples/open4gl,
$DLC/java/techsupp/java) to find the answer to your questions.

Marco aurelio
 
Back
Top