Java Native Interface (28-Hour Course)

Become an expert the Java Native Interface with this 28-hour course. Watch part 2 here: Java for Engineers developed this course. Check out their channel: ⭐️ Course Contents ⭐️ ⌨️ (00:00:00) Introduction to Java Native Interface (JNI) ⌨️ (00:19:17) A Simple Java/C Project in NetBeans IDE ⌨️ (00:34:14) A Closer Look at JNI Header Files ⌨️ (01:06:36) Setting up C/C Development in Eclipse IDE ⌨️ (01:35:49) Configuring External Tool to Generate Header Files ⌨️ (01:59:34) Exporting Java Project to jar File With Dynamic Libraries ⌨️ (02:20:55) Configuring External Tool for JDK 9 or Later ⌨️ (02:32:59) Overloading Native Methods ⌨️ (02:57:45) Overriding Native Methods ⌨️ (03:13:17) Signature of Overloaded Native Methods in C (Part 1) ⌨️ (03:45:23) Signature of Overloaded Native Methods in C (Part 2) ⌨️ (04:05:44) Order of Execution for Static Initializers in the Class Hierarchy ⌨️ (04:26:27) Working with JNI Primitive Typ
Back to Top