简体   繁体   中英

Adobe cq5 installation

I have an installation file for cq5 cq-author-4503.jar file. I double click on the jar file then one window came adobe quickstart but the editor is not installing can anyone pls help me

If using the command line, for a 32bit VM type:

java -Xmx1024M -jar cq-author-p4502.jar

Or, for a 64bit VM, type:

java -XX:MaxPermSize=256m -Xmx1024M -jar cq-author-p4502.jar

In adobe cq5 your browser is your editor. Try to open this link http://localhost:4502 to open your editor if you have installed adobe cq5 on 4502 port. For more reference visit this link [ https://docs.adobe.com/docs/en/cq/5-6-1/getting_started/download_and_startworking.html][1]

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM