1ère étape : Réalisation du programme Java
class HelloWorld {
public native void displayHelloWorld();
static {
System.loadLibrary("hello");
}
public static void main(String[] args) {
new HelloWorld().displayHelloWorld();
}
}
Diapositive précédente
Diapositive suivante
Revenir à la première diapositive
Afficher la version graphique