There is a .jar file that runs AEM (Adobe Experience Manager) Author instance once I double-click it. I wanted to run it from command line java -jar cq-author-p4502.jar
, but it does something differently than when I double-click it. It serves me a web page for product registration.
So, I assume that double-clicking cq-author-p4502.jar
doesn't do the same thing as java -jar cq-author-p4502.jar
. Where could I find out what is being executed on double-click on .jar file on Mac?