1

Possible Duplicate:
How to install Java?

It gives me a error message saying that I need to have permission. My account is unlocked so I assumed that would fix it but that did nothing. Perhaps there is a way to do this via the terminal where I could enter my password for things like this. I need the JDK to run minecraft so, yah, for someone like me this is pretty important.

  • You need to use ROOT permissions to modify usr/lib. If you gave some more information as to what you are doing exactly we might be able to help. Are you getting jdk7 from a PPA or what not. – Ringtail Feb 20 '12 at 03:36
  • How do i get root permissions. As previously stated I am downloading jdk7. I got the download from the oracle page. – William McGragger Feb 20 '12 at 04:25

2 Answers2

1

Use repositories to install jdk7 - sudo apt-get install openjdk-7-jdk

-1

You have to use root, either sudo or gksu

gksu nautilus

See https://help.ubuntu.com/community/RootSudo

and https://help.ubuntu.com/community/FilePermissions

So download the files, then transfer them

Panther
  • 102,067