Possible Duplicate:
How to set a java system property so that it is effective whenever I start JVM without adding it to the command line arguments
jvm heap seize setting has two option for Runtime Parameter, users & System. If every application is uses memory from users what is the use of having system wide setting for runtime parameter?
Can we use memory from System Option that can be set only once and will be applicable for every user of the system?