Forestpath.org
the personal website of M. Coughlin
home
sustainable
technology
hobbies
learn
links
about
Home
»
Technology
»
Programming
»
Java
» Linking to Native Code
Linking to Native Code
Native Methods
class MyClass {
native void myFunction();
}
To link a method to native code.