Completed
) Accessing Instance Fields of a Java Class in C/C++
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Java Native Interface (28-Hour Course)
Automatically move to the next video in the Classroom when playback concludes
- 1 ) Introduction to Java Native Interface (JNI)
- 2 ) A Simple Java/C++ Project in NetBeans IDE
- 3 ) A Closer Look at JNI Header Files
- 4 ) Setting up C/C++ Development in Eclipse IDE
- 5 ) Configuring External Tool to Generate Header Files
- 6 ) Exporting Java Project to jar File With Dynamic Libraries
- 7 ) Configuring External Tool for JDK 9 or Later
- 8 ) Overloading Native Methods
- 9 ) Overriding Native Methods
- 10 ) Signature of Overloaded Native Methods in C++ (Part 1)
- 11 ) Signature of Overloaded Native Methods in C++ (Part 2)
- 12 ) Order of Execution for Static Initializers in the Class Hierarchy
- 13 ) Working with JNI Primitive Types
- 14 ) Working with Primitive Arrays
- 15 ) Working with Object Arrays
- 16 ) Working with Strings
- 17 ) Accessing Instance Fields of a Java Class in C/C++
- 18 ) Accessing Static Fields of a Java Class in C/C++
- 19 ) Setting Fields of Java Class in C++
- 20 ) Local Caching of Field IDs in C++
- 21 ) Global Caching of Field IDs in C++
- 22 ) Calling Instance Methods of a Java Class in C/C++
- 23 ) Calling Static Methods of a Java Class in C/C++
- 24 ) Calling Methods of a Java Interface in C++
- 25 ) Creating and Returning Java Objects from C++ Code
- 26 ) Downloading and Installing GNU Scientific Library (GSL)
- 27 ) A Simple Example of Java/C++ Library Linking
- 28 ) Working with Boxed Primitives (Wrappers) and List E in C++
- 29 ) Nonvirtual Call of Methods of a Java Class in C++
- 30 ) Linking Against Static C++ Libraries