Using the libgcj interpreter mode.

View: New views
2 Messages — Rating Filter:   Alert me  

Using the libgcj interpreter mode.

by abhishek desai :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,

I have a C++ application in which I want to load and execute some java
class files using the interpreter mode of libgcj. Is there any example
on how this can be done ?  I couldnt find much information on the
libgcj interpreter mode usage on the internet.

Regards,
Abhishek

Re: Using the libgcj interpreter mode.

by Andrew Haley :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

abhishek desai wrote:

> I have a C++ application in which I want to load and execute some java
> class files using the interpreter mode of libgcj. Is there any example
> on how this can be done ?  I couldnt find much information on the
> libgcj interpreter mode usage on the internet.

gij ClassName

Andrew.