Calling Java Class from C++

Hi,

I am trying to call a Java Class from a C++ program without using GNI.

will that be possible?

If Yes,how colud it be done.

Thanks in Advance.

Vimal

[195 byte] By [vimal.ma] at [2007-11-27 11:38:24]
# 1

JNI.

Runtime.exec().

CeciNEstPasUnProgrammeura at 2007-7-29 17:20:00 > top of Java-index,Java Essentials,Java Programming...
# 2

Could you please put me in detail.

I need to send a string from C++ as a parameter to a class in Java where the parameter is being processed.

So please throw light on this question.

Thanks,

Vimal

vimal.ma at 2007-7-29 17:20:00 > top of Java-index,Java Essentials,Java Programming...