Re: C++ to java bridge
dao wrote:
Unfortunately, I am not using a com object (either dll or sl/so
libraries in unix)
An the different solution I want an evaluation are compilers that
generates java code implementing JNI.
JNI is very complicated to use. I want an automatic bridge compiler
between C++ and java
What do the exactly expect ?
A program that can take a .h file and generate:
- .java with class and native methods
- JNI .h
- JNI .c with delegation to the real functions
?
Arne
.
Relevant Pages
- Re: Clear the Screen
... cannot be implemented in any standard way across platforms. ... Even the 'standard' C and C++ languages which, like Java, aim for platform ... do not implement such functionality. ... of a development commitment needs be made by using JNI. ... (comp.lang.java) - Re: Opinions on complexity
... Java because it is the language I know the best. ... The only thing I was asking for, was some advice on the TCP/IP stack implementation. ... and combined with the RFCs for the protocol will speed your development. ... But, if Java is your choice, you really only need to JNI the low level socket functions that give you access to the interface device, writing you protocol stack in pure java. ... (comp.lang.java.programmer) - Re: [Q] Making functional called in one thread run in the context of another?
... I spent some time looking into methods to create java wrappers, and this way seemed to be about the only method in use. ... I need the java wrapper to be able to create and modify C++ objects that are handled by the C++/MFC code (of course the java code doesn't interact with MFC objects directly). ... The problem comes when a callback needs to make a JNI call itself. ... (comp.lang.java.programmer) - Re: Java .net Integration
... As I know CORBA and J-Integra have huge overhead as ... The best way is to use pure JNI. ... developing tools to automate JNI code writing. ... (without java coding). ... (comp.lang.java) - Re: Java - C# interop
... I need to the C# in Java thingy. ... I see the JNI dll writing in C# as a last resort. ... >>Is there a way for interop between C# and Java? ... (comp.lang.java.programmer) |
|