Skip to content

Tag: java

XMLConstants.FEATURE_SECURE_PROCESSING cannot be disabled

In the following method I defined a DocumentBuilderFactory with the XMLConstant FEATURE_SECURE_PROCESSING as false. However, when I test the value of this property, it is ‘true’ after the DocumentBuilderFactory is returned. I read the source documentation, and it states: It is possible for an {@co…

Build and deploy JavaFX Applicationn with jlink

I have a script build.gradle, which created the IDEA development environment when creating a JavaFX project with Gradle support: After the “build” task is completed, the “distributions” folder appears in the build folder. It contains a zip archive with the following contents: The bin f…

Netbeans exports earlier/wrong program version

I am using netbeans to create an app. When I export in the dist file everything’s working correctly, when I am exporting for store (to include the libraries in the .jar), netbeans exports an earlier program version. Oh and yes, I have tried restarting netbeans didn’t really do anything. This is ac…