Reputation: 109
We have developed a product using JDeveloper 11.1.2.x but we need to downgrade to JDeveloper 11.1.1.6. Is there any tool for the same or easier method then manually redesigning entire product ?
Upvotes: 0
Views: 383
Reputation: 188
Suresh there is no tool to do that and even beyond that there is more that likely no way to change your code into 11.1.1.6 automatically due to changes in the way the code is generated.
Your best bet is going to be create a new application and project in jdeveloper 11.1.1.6 that has the same name and then move the code besides the .jpr and the .jws file which contains the version metadata in it.
Next you will have to make sure it compiles which might present some problems and even beyond that there are 100's of bug fixes and plenty changes around ADF mobile and ADF BC. There are also new sets of functions such as ADF essentials.
Upvotes: 0
Reputation: 3721
There isn't a tool to do that. Why would you want to downgrade?
Upvotes: 1