- Download and install the JDK (Java Development Kit) from here by clicking on "Get the JDK download", you'll be brought to a page in which choosing the right version for your system.
- Once installed - remember to install also the JRE (Java Runtime Environment !)-,
- for Windows XP or earlier users: go to start->control panel->system->advanced->environment variables and look for a variable called "path". Edit it by adding ;[jdk install directory]\bin
- for Windows Vista users: go to start->control panel->system->advanced system settings->environment variables and look for a variable called "path". Edit it by adding ;[jdk install directory]\bin
- Now, you can use the "javac" command from the command line to compile your .java
- If you need an editor, try Notepad++.
IN ITALIANO:
- Scaricate ed installate il JDK (Java Development Kit) da qui cliccando su "Get the JDK download",verrete indirizzati ad una pagina in cui scegliere la giusta versione per il vostro sistema.
- Una volta installato - ricordatevi di installare anche il JRE (Java Runtime Environment !)-,
- per utenti Windows XP o precedenti: andate su start->pannello di controllo->sistema->avanzate->variabili d'ambiente e cercate una variabile chiamata "path". Editatela aggiungendo ;[cartella di installazione del jdk]\bin
- per utenti Windows Vista: andate su start->pannello di controllo->sistema->impostazioni di sistema avanzate->variabili d'ambiente e cercate una variabile chiamata "path". Editatela aggiungendo ;[cartella di installazione del jdk]\bin
- Adesso potrete usare il comando "javac" da riga di comando per compilare i vostri .java
- Se vi serve un editor, provate Notepad++.
No comments:
Post a Comment
With great power comes great responsibility