/usr/local/java/bin/javac -verbose "nom du fichier source"Le nom du fichier source doit avoir le format suivant :
-g -O -debug -depend -nowarn -verbose -classpath path -nowrite -d dir
/usr/local/java/bin/java "nom de la classe"(c'est à que si le fichier s'appelle fichier.class, on fait :
/usr/local/java/bin/java "nom de la classe"
can't found class ...
-help print out this message
-version print out the build version
-v -verbose turn on verbose mode
-debug enable JAVA debugging
-noasyncgc don't allow asynchronous gc's
-verbosegc print a message when GCs occur
-cs -checksource check if source is newer when loading classes
-ss set the C stack size of a process
-oss set the JAVA stack size of a process
-ms set the initial Java heap size
-mx set the maximum Java heap size
-D= set a system property
-classpath
list directories in which to look for classes
-prof output profiling data to ./java.prof
-verify verify all classes when read in
-verifyremote verify classes read in over the network [default]
-noverify do not verify any class
<APPLET CODE = "LaClasse.class" WIDTH=150 HEIGHT=25> </APPLET>
/usr/local/java/bin/javadoc "nom du fichier source"
Java Cyber Club France (Labri-Bordeaux)