Monday, September 7, 2009

Fm Transmitter Using Labview

Set the variables used to make Java under Windows

Set the variables used to make Java command line under Windows (Command.com)

Set environment variables:
To set environment variables in Windows 2000/XP, do the following way:
1. On the Start menu choose Settings and then Control Panel.
2. In Control Panel, double-click System.
3. A dialog box displays the System Properties, click the Advanced tab e, infine, sul pulsante Variabili d'ambiente.
4. Nella sezione Variabili di sistema, controllate se esiste già la variabile JAVA_HOME. In questo caso selezionatela e poi fate clic su Modifica. In caso contrario fate clic su Nuovo. La variabile JAVA_HOME deve contenere il riferimento alla cartella di installazione di Java (tipicamente C:\Programmi\Java\jdk1.6.0). Pertanto, nella finestra che apparirà, inserite il percorso all'interno della casella Valore variabile e JAVA_HOME all'interno della casella Nome Variabile.
5. In maniera analoga procedete con l’impostazione della variabile Path. La variabile Path fa riferimento alla cartella dove si trovano gli eseguibili di Java, quindi il suo valore dovrà essere %JAVA_HOME%\bin. If the variable already contains a value, not sovrascrivetelo but only add the new value, separating it from that already set by a semicolon.
6. Finally, you must set the CLASSPATH variable to point to the libraries of Java, its value should be.;% JAVA_HOME%.
7. Click OK, close all windows.

To see if the settings are correct and whether the installation is successful, open a DOS console (Start => Programs => Accessories => Command Prompt) and enter the command java-version . You should see appear java version "1.6.0" (or a version selected for installation).

0 comments:

Post a Comment