Skip to content

Tag: netbeans

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…

Navigating the file system with netbeans is VERY slow

Since a few days, navigating the file system with Netbeans is VERY slow (more than two minutes to access a file, and if you have to navigate a file system, it is true every time. I have exactly the same problem after clearing the cache, and with Netbeans 8.2 and Netbeans 12 (Netbeans 8 with Java 8, and Netbea…

Another way except of UserInput

I would like to know how to do this with another way except of userinput? I don’t want to write the values I want to do this the user Answer I guess the following might help:

NetBeans 12 UTF-8 Chinese output with Maven projects

How do I set the output console to UTF-8 for Maven projects? This question arose because NetBeans did not decode UTF-8 documents correctly (Nordic characters like áðíøåú etc.). By doing some search on the internet I found the solution by setting -J-Dfile.encoding=UTF-8. Now I was able to view and edit files e…