Solve Java 1.5 Installation Issue on Ubuntu Linux

  • Context: Java 
  • Thread starter Thread starter Tony11235
  • Start date Start date
  • Tags Tags
    Java
Click For Summary
SUMMARY

The discussion addresses the issue of setting Java 1.5 as the default version on Ubuntu Linux. Users encounter the problem where the command line defaults to Java 1.4 despite installing Java 1.5. The solution involves modifying the .bash_profile to include the export command: export PATH="/usr/lib/jdk1.5.0_06/bin/:$PATH". This adjustment ensures that Java 1.5 remains the default version across terminal sessions.

PREREQUISITES
  • Familiarity with Ubuntu Linux command line operations
  • Basic understanding of environment variables in Linux
  • Knowledge of Java versioning and installation
  • Experience with editing configuration files like .bash_profile
NEXT STEPS
  • Research how to permanently set environment variables in Linux
  • Learn about managing multiple Java versions using tools like SDKMAN!
  • Explore the differences between Java 1.4 and Java 1.5 features
  • Investigate the process of uninstalling older Java versions on Ubuntu
USEFUL FOR

Java developers, system administrators, and anyone managing Java installations on Ubuntu Linux will benefit from this discussion.

Tony11235
Messages
254
Reaction score
0
I'm on ubuntu linux. I've installed java 1.5 but at the command line, when I type java -verion I get 1.4. So then I type: export PATH="/usr/lib/jdk1.5.0_06/bin/:$PATH". I type java -version and get 1.5, but then when i close the command prompt and open a new one, it's back to java 1.4. Any help on what i need to do to make it permanent?
 
Technology news on Phys.org
Do you need two versions of java installed? Why don't you uninstall java 1.4?

If you want both versions you can put that export line in your .bash_profile
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
7K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 12 ·
Replies
12
Views
11K
  • · Replies 4 ·
Replies
4
Views
5K
Replies
7
Views
3K
  • · Replies 25 ·
Replies
25
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K