1

I am new to lubuntu. I have installed java8 in my laptop. i need to set up environment variable (sudo nano /etc/environmet) i have entered the JAVA_HOME =" path" but i dont know how to properly save and exit the window. Can you please help me with this ?

Rajesh Kumar
  • 11
  • 1
  • 2

1 Answers1

2

Nano commands are listed at the bottom. the ^ character means ctrl. Thus:

ctrl+o to save
ctrl+x to exit

ravery
  • 6,874