Results 1 to 2 of 2
Thread: Calling Java from C++ code
- 11-24-2010, 01:20 AM #1
Member
- Join Date
- Aug 2010
- Posts
- 6
- Rep Power
- 0
- 11-25-2010, 10:06 AM #2
Member
- Join Date
- Nov 2010
- Posts
- 54
- Rep Power
- 0
You're looking for the Java Native Interface (JNI).
This works both ways. It lets you wrap c code in Java classes and lets you invoke the JVM to let you use Java code in a c program.
Hope this helps.----Signature ----
Please use [CODE] tags and indent correctly. It really helps when reading your code.
Similar Threads
-
help with calling jasper reports from java code (am using netbeans)
By sj_1188 in forum NetBeansReplies: 9Last Post: 12-21-2010, 02:37 PM -
Repaint calling Statement Doesn't Work in my code ?
By nitin_daviet88 in forum CLDC and MIDPReplies: 2Last Post: 07-24-2010, 03:09 PM -
can any one pls send me a sample code for calling a jsp code in swings
By sniffer139 in forum AWT / SwingReplies: 1Last Post: 03-04-2010, 11:19 AM -
calling c code from java
By sara12345 in forum New To JavaReplies: 14Last Post: 12-27-2009, 06:12 PM -
All JSP expert / Is there JSP code for calling & sending messages? please help me
By java student in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 12-02-2008, 10:51 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks