invoking java program from JDE

smoothcriminal

Member
I wish to invoke a java program from JDE.
I also wish to pass parameters to it.
how can i do that.
was trying "B34A1030".with programs like Notepad.exe. but i donno how how to invoke java.
please provide suggestions.
 
Hi,
suppose you have your java prg packaged as jar archive and suppose you have a java runtime env in the enterprise server that execute the jde bsfn to call an exetrnal program, and suppose you have java in the classpath, and suppose your java prg accept 2 parameters from command line argument, and suppose your java prg path is c:\calculator.jar , then in jde create a var and assign the value -> java -jar c:\calculator.jar parm1 parma2

then use the bsfn previus mentioned.

Regards

Bruno Condemi
 
Hi smoothcriminal,

Maybe you will get more help, if you post your issue onto the Developers Forum of JDEList, because this is the APPLICATIOn Forum.
Brief description of this Forum on the Main Index panel is:

[ QUOTE ]
JD Edwards© Application and Business Process Discussions.

[/ QUOTE ]

Regards,

Zoltán
 
Back
Top Bottom