N netrapalg macrumors newbie Original poster Dec 14, 2009 5 0 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 Jun 6, 2003 12,110 77 Solon, OH 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.