| Author |
Migrating from jre6 to jre7
|
yogesh sakurikar
Greenhorn
Joined: Mar 19, 2003
Posts: 2
|
|
We are planning to migrate from java 6 to java 7, reason being that we need the apis provided in java 7 like symlink creation.
Has anyone migrated from 6 to 7? was there any real issues around?
Thanks, Yogesh.
|
 |
Anayonkar Shivalkar
Bartender
Joined: Dec 08, 2010
Posts: 1295
|
|
Hi yogesh sakurikar,
Welcome to CodeRanch!
Java team takes extreme level of care while adding new features/APIs so that old code should not break. Theoretically, code which worked with JDK 6 should work with JDK 7 without a single issue.
I've migrated a Core Java application from JDK 5 (i.e. 1.5) to JDK 6 and didn't have a single issue. All you'll have to do is - install JDK 7, recompile/rebuild your application (which will be flawless) and make some test runs (here too, I don't see any possibility of issues).
What kind of application do you have? Is it Core Java, or dependent on anything else like web/application server?
I hope this helps.
|
Regards,
Anayonkar Shivalkar (SCJP, SCWCD, OCMJD)
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: Migrating from jre6 to jre7
|
|
|