Problems installing JDeveloper 12c in silent mode
I am trying to install JDeveloper 12c in a silent mode. But at the installation summary it needs user input. Is my command line wrong?
silent file
<?xml version="1.0" encoding="UTF-8"?> <bea-installer> <input-fields> <data-value name="BEAHOME" value="C:\Oracle\Middleware"/> <data-value name="COMPONENT_PATHS" value="JDeveloper and ADF/JDeveloper Studio|JDeveloper and ADF/Application Development Framework Runtime"/> <data-value name="LOCAL_JVMS" value="C:\Program Files\Java\jdk1.6.0_45\"/> <data-value name="INSTALL_SHORTCUT_IN_ALL_USERS_FOLDER" value="false"/> </input-fields> </bea-installer>
command line
jdev_suite_121200_win64.exe -mode=silent -silent_xml=silent.xml -log=install.log
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
moobyfr
8 years ago
I had the same problem. In fact, the executable doesn't support silent mode correctly, you'll have to use the jar installer to get a silent mode working
Here my command line for JDEV 12.2.1:
Here my command line for JDEV 12.2.1:
java -jar jdev_suite_122100.jar -silent -responseFile c:\windows\temp\jdev-response.txt(you must have both jar files to get the install working)
Posted by:
rileyz
11 years ago
I know nothng about the product, but google says this
http://docs.oracle.com/cd/B19306_01/em.102/b16227/oui5_product_install.htm
From this page.
http://docs.oracle.com/middleware/1212/jdev/OJDIG/install.htm#OJDIG114
search for silent mode.