Re: Calling java (.jar) from C++?
- From: "Carl Daniel [VC++ MVP]" <cpdaniel_remove_this_and_nospam@xxxxxxxxxxxxxxx>
- Date: Fri, 28 Apr 2006 12:37:23 -0700
"cada0310" <cada0310@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:2167B890-5692-4BF9-B021-F5A5EEB3C174@xxxxxxxxxxxxxxxx
Hi there,
I have a need to call a java database library from C++ applications. Can
anyone point me in the right direction on how to accomplish this?
You need to host the JVM in your application and use the JVM hosting
interfaces to access the Java library. Search the Sun Java site for
information about hosting the JVM.
As another respondent already pointed out, there's likely a better way to
accomplish what you need, but the Java interface library is your only
choice, JVM hosting is what you need.
-cd
.
- Prev by Date: Re: GetCurrentDirectory is not working for real application path
- Next by Date: Re: deleted namespace?
- Previous by thread: GetCurrentDirectory is not working for real application path
- Next by thread: Re: Calling java (.jar) from C++?
- Index(es):
Relevant Pages
|