I am trying to create a Domain in Weblogic server 12c. While executing the script config.cmd at the path
C:\Oracle\Middleware12c\oracle_common\common\bin
getting the error as "==" was unexpected at this time.
Have set JDK path while installing the weblogic server as below
set PATH=C:\Program Files\Java\jdk1.8.0_161\bin;%PATH%
set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_161
Weblogic server is installed properly.
Display your PATH env var before starting the configuration wizard and check that the value is not enclosed with double quotes.