How to install JDK 7 on Ubuntu?
The installation should be with the tar archive.
I know the basic installation with the bin, but how to do with only a tar archive?
|
How to install JDK 7 on Ubuntu? The installation should be with the tar archive. I know the basic installation with the bin, but how to do with only a tar archive? | ||||
|
feedback
|
|
Generally when using a tar archive, you'd just add the path to the compiler executable in the extracted tar file to your | |||
|
feedback
|
|
The difference between .bin and tar archive is that, .bin is self extracting while tar archive will require you to use a third part application like "tar" command in linux to extract its contents. To do so in extract a tar archive in ubuntu on command line type:-
| |||
|
feedback
|