Comment définir le classpath dans Windows 7


Du bureau, faites un clic droit sur l'icône Ordinateur.

Choisissez Propriétés dans le menu contextuel.


Cliquez sur le lien Paramètres système avancés.

Cliquez sur Variables d'environnement. Dans la section Variables système, trouvez la variable d'environnement PATH et sélectionnez-la. Cliquez sur Modifier. Si la variable d'environnement PATH n'existe pas, cliquez sur Nouveau.

Dans la fenêtre Modifier la variable système (ou Nouvelle variable système), indiquez la valeur de la variable d'environnement PATH. Cliquez sur OK. Close all remaining windows by clicking OK.

Note: You may see a PATH environment variable similar to the following when editing it from the Control Panel:

  1. %JAVA_HOME%bin;%SystemRoot%system32;%SystemRoot%;%SystemRoot%System32Wbem 

Variables enclosed in percentage signs (%) are existing environment variables. Si l'une de ces variables est répertoriée dans la fenêtre Variables d'environnement du Panneau de configuration (comme JAVA_HOME), vous pouvez alors modifier sa valeur. If it does not appear, then it is a special environment variable that the operating system has defined. For example, SystemRoot is the location of the Microsoft Windows system folder. To obtain the value of a environment variable, enter the following at a command prompt. (This example obtains the value of the SystemRoot environment variable):

  1. echo %SystemRoot% 

In the Edit System Variable (or New System Variable) window, specify the value of the CLASSPATH environment variable.

variable name:

  1. CLASSPATH 

variable value:

  1. .;%JAVA_HOME%;%JAVA_HOME%lib 

Click OK. Close all remaining windows by clicking OK.