cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
C++ Multilingual Programming
C++ Multilingual Programming
Jan 27, 2012 at 3:59am UTC
Hunter Allen
(2)
Hello everybody,
I have always wondered this. How possible is it to combine code written in Java with code written in C++? Is it possible to make a class in java, then call its members in C++? If anybody has experience with this, please respond. Thanks!
Jan 27, 2012 at 4:08am UTC
JLBorges
(13770)
See:
http://en.wikipedia.org/wiki/Java_Native_Interface
Jan 27, 2012 at 4:15am UTC
Hunter Allen
(2)
Thank you so much! Do you know how to do this on Linux? What should I install? Thank you again!
Jan 27, 2012 at 4:52am UTC
JLBorges
(13770)
For JNI, you just need a Java SDK. Which I think is usually called a JDK or J2SE in Java circles.
Last edited on
Jan 27, 2012 at 4:54am UTC
Topic archived. No new replies allowed.