up vote 5 down vote favorite
1
share [g+] share [fb]

I'm working on a trouble shooting document for some desktop software that runs in Java. One of the last resort steps is to completely uninstall and reinstall the Java runtime. In Windows XP this can be done via Add/Remove Programs. Is there something equivalent on OSX? Or does reinstalling the runtime overwrite the current version?

link|improve this question
feedback

2 Answers

up vote 5 down vote accepted

You can't easily remove Java from OS X, since it is built in to the OS; in this way, you can't (again, easily) revert to previous installations of the JRE - from Apple:

Can I remove a Java update after I've installed it?

Java on Mac OS X is updated incrementally through numerous releases. Therefore, the only way to revert to an earlier Java installation is to reinstall the operating system.

link|improve this answer
Looks like you're right. The Java website says something similar (updates only happen through Software Update) – Jesse Jul 16 '09 at 18:26
Most unfortunate. I just ran into a case where the Java update breaks a common Java library (Microsoft's JDBC driver). – Brian Knoblauch Dec 15 '11 at 17:41
feedback

I believe Java is a core component of OS X in Leopard, so re-installing it is quite tricky.

Hopefully this site can provide you with some answers

link|improve this answer
1  
The linked page has the instructions for removing and reinstalling Java. I think this is the correct answer! – Avi Flax Aug 18 '09 at 13:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.