Carbide.c++ 1.3 Startup crash
I had a problem in startup of version 1.3 of Carbide.c++.
JVM terminated. Exit code=1
C:\Carbide\jre\bin\javaw.exe
-Xms40m
-Xmx512m
-jar C:\Carbide\startup.jar
-os win32
-ws win32
-arch x86
-launcher C:\Carbide\eclipse.exe
-name Eclipse
-showsplash 600
-exitdata 26c_48
-vm C:\Carbide\jre\bin\javaw.exe
-vmargs
-Xms40m
-Xmx521m
-jar C:\Carbide\startup.jar
The solution for me was to specifically point to a jvm instead of relying on the JNI magic.
"C:\Program Files\Nokia\Carbide.c++ v1.3\Carbide.c++.1.3.exe" -vm "c:\program files\nokia\Carbide.c++ v1.3\jre\bin\javaw.exe"
http://wiki.eclipse.org/index.php/Equinox_Launcher
http://discussion.forum.nokia.com/forum/showthread.php?t=75188
JVM terminated. Exit code=1
C:\Carbide\jre\bin\javaw.exe
-Xms40m
-Xmx512m
-jar C:\Carbide\startup.jar
-os win32
-ws win32
-arch x86
-launcher C:\Carbide\eclipse.exe
-name Eclipse
-showsplash 600
-exitdata 26c_48
-vm C:\Carbide\jre\bin\javaw.exe
-vmargs
-Xms40m
-Xmx521m
-jar C:\Carbide\startup.jar
The solution for me was to specifically point to a jvm instead of relying on the JNI magic.
"C:\Program Files\Nokia\Carbide.c++ v1.3\Carbide.c++.1.3.exe" -vm "c:\program files\nokia\Carbide.c++ v1.3\jre\bin\javaw.exe"
http://wiki.eclipse.org/index.php/Equinox_Launcher
http://discussion.forum.nokia.com/forum/showthread.php?t=75188

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home