GNU Compiler for Java: Difference between revisions

Content deleted Content added
CNI (Compiled Native Interface): remove link to redirect to self
m single to double quotation marks
Line 30:
 
==CNI (Compiled Native Interface)==
The CNI ('''Compiled Native Interface''', previously named '"Cygnus Native Interface'") is a [[software framework]] for the GCJ that allows Java code to [[Call site|call]], and be [[Call site|called]], by native applications (programs specific to a hardware and operating-system platform) and libraries written in [[C++]].
 
CNI closely resembles the [[Java Native Interface|JNI]] (Java Native Interface) framework which comes as a standard with various [[Java virtual machine]]s.