Discussions
Categories
- 196.8K All Categories
- 2.2K Data
- 239 Big Data Appliance
- 1.9K Data Science
- 450.3K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 544 SQLcl
- 4K SQL Developer Data Modeler
- 187K SQL & PL/SQL
- 21.3K SQL Developer
- 295.8K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.5K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 155 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 18 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 439 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
Different between JDeveloper 12.1.3.10.8 vs 12.1.3.10.47

Hi all,
I am currently using ADF 12.1.3 (JDeveloper 12.1.3.10.8) on old VM and also on production.
Now I need to install JDeveloper on the new VM, so when I install JDeveloper 12.1.3, the version is 12.1.3.10.47.
So is there any problem with it? I did test around, but found nothing special, but prefer to ask the community comments.
What is the latest number in the version?
Thank you very much,
Vu
Answers
-
The latest version is 12.2.1.4.
Older versions : https://www.oracle.com/tools/downloads/versions-archives.html
-
Timo Hahn Senior Principal Technical Consultant - Oracle ACE Director Member, Moderator Posts: 38,455 Red Diamond
What is the exact ADF version, current and the one from the new installation?
The difference in the JDev version is the result of an update of one or more components (ADF or IDE). When you downloaded JDev for the first VM the version was 12.1.3.10.8. In the meantime, Oracle published at least one update of JDev 12.1.3 and now the version is 12.1.3.10.47.
The problem is that we don't know what has been changed. You can ask Oracle support about the changes. If the changes are only for the JDEV IDE, you are save. If the change was a bug fix in ADF it might be critical.
To be on the save side, the development version and the production version of ADF should be identical. Otherwise, you don't see a problem in development (that has been fixed with the update) but in production.
You can find out the exact ADF runtime version by searching for the file adfm.jar, open a shell in the folder of the jar and run
java -cp adfm.jar oracle.jbo.common.PrintVersion
This will print the BC4J version.
Timo
-
I am currently using ADF 12.1.3 (JDeveloper 12.1.3.10.8) on old VM and also on production.
Now I need to install JDeveloper on the new VM, so when I install JDeveloper 12.1.3, the version is 12.1.3.10.47.So is there any problem with it? I did test around, but found nothing special
The question is if a slight difference in the minor version makes a difference to the user?
No. Even if any bug fixes are made, no feature change is made.
-
Timo Hahn Senior Principal Technical Consultant - Oracle ACE Director Member, Moderator Posts: 38,455 Red Diamond
The question is if a slight difference in the minor version makes a difference to the user?
No. Even if any bug fixes are made, no feature change is made.
No, that is not the question. The question is how development can reproduce a bug in production running the older version, that is fixed already in the new version?
In such a cast the bug can't be reproduced and will not be fixed other than by installing the newer version on the production server.
Timo