how to call a cobol procedure

hi all,I was given a problem that there is procedure in cobol which take some arguemnt so how do i call such procedure through java by passing argument to it, may be jni but since this is my first word about jni please any suggestion.with regardssatya
[279 byte] By [nookersatyaa] at [2007-10-2 23:17:23]
# 1
Hi,If your Cobol procedure is bundle into a DLL, with stdcall function type you can use JNative to access it. it's free.Else see the JNI howtos, links are given in this forum in many posts.--MArc ( http://jnative.sf.net)
mdentya at 2007-7-14 15:54:09 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2

Hai,

I'am getting the java hotspot virtual machine error while running cobol subprogram in java by using cobjrun command.....This error is happened only when we use swing and awt components in java....But in normal java program(when we use lang package),it is perfectly working...Please give some suggesstions to rectify it.....

Thanks and Regards,

G.Raja

raja.Ga at 2007-7-14 15:54:09 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 3

Hai,

I'am getting the java hotspot virtual machine error while running cobol subprogram in java by using cobjrun command.....This error is happened only when we use swing and awt components in java....But in normal java program(when we use lang package),it is perfectly working...Please give some suggesstions to rectify it.....

Thanks and Regards,

G.Raja

raja.Ga at 2007-7-14 15:54:09 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 4
Hi Satya,Were u able to do that with JNI . I have to do the similar thing but new to JNI. Please help. What is the methodology involved in calling the COBOL program and do u have some code to share
NoSainta at 2007-7-14 15:54:09 > top of Java-index,Java HotSpot Virtual Machine,Specifications...