Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

How to run JAVA code inside Campaign

Avatar

Level 1

I want to run a small utility java jar inside the campaign workflow. I tried to use DOS Script , tried to set a path and classpath before running java -jar .

But this didn't run. Any documentation or sample code on this code will be helpful.

Thanks,

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Make sure you set the environment for the java executable; in Windows, this is Path env under Advanced System Settings, or just set as part of the command.

It may be easier and more flexible to use js activity with execCommand(). Wrap with logInfo() get output streams.

Thanks,

-Jon

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

Make sure you set the environment for the java executable; in Windows, this is Path env under Advanced System Settings, or just set as part of the command.

It may be easier and more flexible to use js activity with execCommand(). Wrap with logInfo() get output streams.

Thanks,

-Jon