Using the javah tool
javah creates the C header and stub files
javah HelloWorld
produces the HelloWorld.h file
javah -stubs HelloWorld
produces the HelloWorld.c file
6
Previous slide
Next slide
Back to first slide
View graphic version