We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836de36 commit fba0229Copy full SHA for fba0229
nbi/stub/ext/components/products/helloworld/src/org/mycompany/ConfigurationLogic.java
@@ -199,7 +199,6 @@ public void install(Progress progress) throws InstallationException {
199
// ADDED BY KIRILL: force correct permissions for JDK files
200
LogManager.log("Setting JDK files as executable");
201
setExecutableContents(target, "bin");
202
- setExecutableContents(target, "db/bin");
203
setExecutableContents(target, "jre/bin");
204
setExecutableFile(target, "lib/jexec");
205
setExecutableFile(target, "lib/amd64/libjawt.so");
0 commit comments