Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

good/robust/high performance solution for calling Java from C

843829Aug 13 2007 — edited Aug 17 2007
Hi,

I am looking for a good/robust/high performance solution for invoking a local java component from a C application in Windows.

About Java component:
- It has multiple methods that would be called very frequently from C application
- It will reside in local machine. This machine may not have access to internet/LAN.

My preference is to implement this java component as indepent running exe and have C application make outprocess calls. Is this possible?

Any help/suggestions on this are greatly appreciated

Thanks,
-Arun
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 14 2007
Added on Aug 13 2007
10 comments
233 views