Hi all,
We have created one editor with netbeans12. In one environment with network proxy is configured as "using auto config script", netbeans will always try to call the auto configuration script and generate ugly exception as below: INFO [org.netbeans.core.network.proxy.NetworkProxyReloader]: System network proxy reloading succeeded. WARNING [org.netbeans.core.network.proxy.ProxyAutoConfig]: There was a catastrophic error with the PAC script downloaded from http://xxxx.net:81/proxycn.pac. Will use dummy instead. Error was : <eval>:27 ReferenceError: "myIpAddress" is not defined at jdk.nashorn.internal.runtime.ECMAErrors.error(ECMAErrors.java:57) at jdk.nashorn.internal.runtime.ECMAErrors.referenceError(ECMAErrors.java:319) Is there any method or configuration item can be used to make netbeans bypass this logic on windows 10 ? Thanks a lot ! Regards, Wang Yun