I am doing some sysadmin work for a small non-profit with about 20 windows XP PCs. I am performing standard maintenance as well as some other work. I am confused about java 7. For consistency sake I would rather only have one version of java on each system. If I install java 7 on all systems and remove java 6 will java 6 based java apps still work? Is java 7 likely to cause any problems?
Asked
Active
Viewed 194 times
2
2 Answers
6
Given your use-case is 'general browsing' I have to strongly recommend updating. Java is still a prime target for badware, and the updates help keep that stuff out. If you have some specific applications you had to use that answer may be different. But in your case, updating is a good thing.
sysadmin1138
- 134,165
1
I assume "Java 6 apps" means applications compiled using the Java 6 compiler. These will run using java 7.
hairysocks
- 11
- 2
Unfortunately, with java some applications might not work with a newer version. I know of some applications that are extremely picky about java versions, and others that are flexible.
– Zoredache Jun 13 '12 at 21:17