Windows7 Failed to create Java virtual machine while opening Topic is solved

If you have a simple question and just want an answer.
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Windows7 Failed to create Java virtual machine while opening

Post by sethu_jangala »



View Solution
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post by sethu_jangala »

The procedure for this fix is to:

File Manager -> Program Files -> XMOS -> xTIMEcomposer -> 12.2.0 -> xtimecomposer_bin folder -> edit the text file named xtimecomposer (configuration settings).

This file offers a line that reads:

-XX:MaxPermSize=256m

change to read as:

-XX:MaxPermSize

Save this file. This should open your tool normally.

letop
New User
Posts: 3
Joined: Tue Dec 17, 2013 4:02 pm

Post by letop »

This did not work for me.

The following worked:

-startup
plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101222
--launcher.XXMaxPermSize
256m
-XX:MaxPermSize=6000000
-Dosgi.requiredJavaVersion=1.6
-Dhelp.lucene.tokenizer=standard
-Xms512m
-Xmx2048m
-XX:MaxPermSize=1024
 

 
User avatar
antonymathew
Newbie
Posts: 1
Joined: Thu Dec 19, 2013 4:09 am

Post by antonymathew »

thanks guys , it worked for me.....