Fail to create the java Virtual Machine !

All technical discussions and projects around startKIT
Post Reply
SUNROC1
Member++
Posts: 16
Joined: Sat Apr 12, 2014 7:18 am

Fail to create the java Virtual Machine !

Post by SUNROC1 »

when I open xTIMEcomposer , it comes with Dialog:“Fail to create the java Virtual Machine”
I try to fix it by install software :jre-7u51-windows-i586.exe
but today when I open it again ,same error comes again ,search the internet ,
find directory:
XMOS\xTIMEcomposer\Community_13.0.2\xtimecomposer_bin
find file: xtimecomposer.ini
open it :
-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
-vmargs
-Xms40m
-Xmx1024m
-XX:MaxPermSize=256m

change to :
-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
-vmargs
-Xms40m
-Xmx256m
-XX:MaxPermSize=256m

ok


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

Post by sethu_jangala »

The workaround specified in the following Q&A section should solve your issue:
http://www.xcore.com/questions/1904/win ... poser-tool

Thanks,
Sethu.
Post Reply