I'm very new to Java. I found in this link an easy way (without any programming) to increase assigned JVM memory in win 7 http://www.wikihow.com/Increase-Java-Memory-in-Windows-7
My question: Is there a similar way to perform (force) garbage collection in Win 7? I mean something like System.gc()
but in windows
I need it to be in Windows without going into details of Heap analysis and stuff like that