RH8: Java Src to Shared Libs

  • Thread starter Mike - EMAIL IGNORED
  • Start date
M

Mike - EMAIL IGNORED

I have a C++ Red Hat 8.0 program that will need
to use some utilities written in Java. I would
like to a generate shared library from the Java
code that will be linked into the C++ program
so that everything runs in one process.
Can this be done? Where do I begin?

Thanks in advance,
Mike.
 
S

Shane Beasley

Mike - EMAIL IGNORED said:
I have a C++ Red Hat 8.0 program that will need
to use some utilities written in Java. I would
like to a generate shared library from the Java
code that will be linked into the C++ program
so that everything runs in one process.
Can this be done? Where do I begin?

This newsgroup discusses the ISO C++ standard language and library.
What you're asking cannot be solved in terms of ISO C++ alone.

<off-topic>
I think JNI is exactly what you're looking for. Also, find yourself a
good Java forum; they should be able to help you.
</off-topic>

- Shane
 
M

Mike - EMAIL IGNORED

Shane said:
This newsgroup discusses the ISO C++ standard language and library.
What you're asking cannot be solved in terms of ISO C++ alone.

<off-topic>
I think JNI is exactly what you're looking for. Also, find yourself a
good Java forum; they should be able to help you.
</off-topic>

- Shane

No doubt a java group would consider reference to c++ off-topic.
This narrow view is an anathema to effective productivity.
Mike.
 
S

Shane Beasley

Mike - EMAIL IGNORED said:
No doubt a java group would consider reference to c++ off-topic.
This narrow view is an anathema to effective productivity.

JNI is part of what Sun is marketing as Java. Therefore, it had better be on-topic.

- Shane
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top