I’m using Netbeans. Every i compiled java.exe memory usage in task manager always higher and higher. And It isn’t higher until i compile some java again.
For example i compile and run test1.java
java.exe 151,000kb
run it again
java.exe 165.000kb
waiting… i mean run it
and it still
java.exe 165.000kb
but when i run it again
java.exe 170.000kb
When i close my netbeans memory usage for java.exe disappear.
I’m using Windows XP
I coding to make 2D Game with Full-Screen.
How to fix that?
I think that’s normal. Try to run and exit the compiled
jarfile from command line multiple times, and see if you get the same phenomenon:You can find the compiled
jarin thedistfolder of your project.Remember NetBeans runs as
java.exetoo.