JDeveloper Domain Creation Failed - Unable to create applications directory
Using Jdeveloper 12.2.1.4.
I have -Dide.user.dir set in product.conf.
When starting up for the first time, the System folder (domain home) is being creating in the correct location (set by -Dide.user.dir).
However, the domain creation is failing because it's trying to create the "application" directory in a different location (ORACLE_HOME). Since ORACLE_HOME is not writable, this will not work.
Why is jdeveloper trying to use ORACLE_HOME as the application directory, instead of ide.user.dir?