N netrapalg macrumors newbie Original poster Mar 11, 2010 #1 Hello Everybody, i want to use the java code in objective C class file.anybody tell me how its possible. Thanks Netra
Hello Everybody, i want to use the java code in objective C class file.anybody tell me how its possible. Thanks Netra
wrldwzrd89 macrumors G5 Mar 11, 2010 #2 You have to #include the JNI headers in your source file, so that you can call Java code. Here's the guide to JNI for Java 6: I'm sure you'll find it useful.
You have to #include the JNI headers in your source file, so that you can call Java code. Here's the guide to JNI for Java 6: I'm sure you'll find it useful.