简体   繁体   中英

jvm heap space setting

Once i kept the deployment.properties file from current user->appdata->local low->java to windows->sun->java->Deployment to set the memory per system basis.Although it didn't worked as expected I delete this file from windows->sun->java->Deployment . Now when i am trying to open any applet application in my browser i am getting the error...UNABLE TO FIND SPECIFIED FILE under the location of windows->sun....... What change shall i do to make it work...? Anyone please... Thanks in Advance

JVM heap space should be set on a 'per applet' basis. It can be done in the HTML. EG

<PARAM name="java_arguments" value="-Xmx128m">  

Or if launching the applet using JWS, by specifying the memory requirements in the launch file.

Follow the last two links of the Applet tag Wiki for details.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM