You can use named pipes like:
DEFINE VARIABLE w-Result AS CHARACTER NO-UNDO.
INPUT THROUGH (java HelloWorld).
REPEAT:
IMPORT UNFORMATTED w-Result.
MESSAGE w-Result VIEW-AS ALERT-BOX.
END.
environment variables must be set correctly (PATH to java, CLASSPATH)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.