Java Update Java Version to 5.0 - Instructions & Tips

  • Thread starter Thread starter hytechpro
  • Start date Start date
  • Tags Tags
    Java
AI Thread Summary
After updating to version 5.0 and changing the Java version in preferences, the user is experiencing an issue where the terminal still shows Java version 1.4 as the default when executing "java -version." They seek guidance on how to set version 5.0 as the default from the terminal. A response suggests installing jdk1.5.0_04 from Google and running the setup, noting that there may not be significant differences between the versions.
hytechpro
Messages
2
Reaction score
0
Hi,

I just updated to 5.0 and changed the java version from the java preferences as instructed in the installation instructions. However, from the terminal if I type java -version it shows that the 1.4 is still the default. Can someone tell me how to set 5.0 as the default from the terminal.

Thanks:
http://www.hytechpro.om"
 
Last edited by a moderator:
Technology news on Phys.org
hai,

You can install the jdk1.5.0_04 from the google.com.And run the Setup.
But mainly no difference each other.

Thank:
www.handshakeit.com
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...
Back
Top