Is there a way to run Gradle without causing it to load the DLLs (in Windows)? In some corporate environments, systems are often locked down to prevent unknown executable code from running. Applocker and Bit9, for instance. For me, Gradle still works, but it causes exception reports when it starts. I tried removing the DLLs but Gradle fails to run without them present. I think that the DLLs are native code for the gradle daemon, correct? It would be an improvement if gradle did not fail if the DLLs were not present, like Tomcat does with its optional native libraries.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Running gradle - Failed to load native-platform.dll error | 7 | 20713 | May 9, 2019 | |
| Not fund 'native-platform.dll' | 0 | 2754 | May 23, 2016 | |
| Can't Run Gradle on Corporate Windows 7 | 4 | 3212 | September 18, 2017 | |
| I get a SIGSEGV with my Gradle Project on Linux, but Windows is fine | 3 | 3184 | October 31, 2015 | |
| .DLL file creation for windows 7 using Gradle | 0 | 625 | November 10, 2015 |