After the recent upgrade of Big SUR, various tragedies have occurred, such as pd15 not working, SVN EasyConnect not working, Navicat not working, and the most uncomfortable problem is that the edAS of Alibaba, which is relatively small, cannot be started. Finally, it was solved after research.

After start.sh is run, the following error message is displayed in logs

The /Library/Internet Plug-ins file path was obviously not found or recognized in the startup script, so check to see if it actually exists.

Take a closer look at the file information

After keyword search, I found that this is an Oracle JDK directory, which is not the JDK path pointed to by the javA_HOME in the environment variable I configured. I need to change this path to the JDK path pointed to by the environment variable

The javA_HOME directory in start.sh is set to the same JDK path as the javA_HOME directory configured in the system. I can’t find the exact location where I read the /Library/ Internet-plug-ins, so I have to force the path to JAVA_HOME

After modification, EDAS can start normally