Library needed for getting Available physical memory value...
Havent found yet :/
07-02-2008, 01:57 PM
danielstoner
Depends on what you want: physical RAM on the machine or RAM available to JVM.
You could use JNI to get the information in an OS specific mode or you can use java.lang.management classes.