Installing jdk without sudo?

Posted by Legend on Stack Overflow See other posts from Stack Overflow or by Legend
Published on 2010-03-31T01:30:59Z Indexed on 2010/03/31 1:33 UTC
Read the original article Hit count: 425

Filed under:
|
|
|

Currently, I have a machine on which I am working in Eclipse, it says that the JRE System Library version is sun-jdk-1.5.0.11 but on my active development machine, it is java-6-sun-1.6.0.16.

  1. What is the difference between these two (of course, besides the versioning)?
  2. Is there any way I can make the first machine to use the same "java-6-sun-1.6.0.16" version without having sudo permissions on the machine?

© Stack Overflow or respective owner

Related posts about java

Related posts about eclipse