version control - how to install scmtools on linux machine? -
i wanted install scm tools on linux machine(red hat 5) without eclipse ide.
the following steps followed:
- i didn't install eclipse on machine?
- installed java 1.6 version on linux machine.
- set java_home
- installed scm tools related rtc version 4.0.4.
when trying use scm commands error thrown:
unrecognized option: -xdump:system:events=systhrow,filter=java/lang/outofmemorye rror,request=exclusive+prepwalk
could not create java virtual machine.
scm: jvm terminated exit code=1
/usr/lib/jvm/java-1.6.0-sun-1.6.0.37.x86_64/jre/bin/java -xmx512m -dosgi.requiredjavaversion=1.6 -xdump:system:events=systhrow,filter=java/lang/outofmemoryerror,request=exclusiv e+prepwalk -jar /install/rtc/jazz/scmtools/eclipse//plugins/org.eclipse.equinox.launcher_1. 1.1.r36x_v20101122_1400.jar -os linux -ws gtk -arch x86_64 -showsplash -launcher /install/rtc/jazz/scmtools/eclipse/scm -name scm --launcher.library /install/rtc/jazz/scmtools/eclipse//plugins/org.eclipse.equin ox.launcher.gtk.linux.x86_64_1.1.2.r36x_v20101019_1345/eclipse_1310.so -startup /install/rtc/jazz/scmtools/eclipse//plugins/org.eclipse.equinox.launche r_1.1.1.r36x_v20101122_1400.jar -exitdata 728010 -data @nodefault -vm /usr/lib/jvm/java-1.6.0-sun-1.6.0.37.x86_64/jre/bin/java -vmargs -xmx512m -dosgi.requiredjavaversion=1.6 -xdump:system:events=systhrow,filter=java/lang/outofmemoryerror,request=exclusiv e+prepwalk -jar /install/rtc/jazz/scmtools/eclipse//plugins/org.eclipse.equinox.launcher_1. 1.1.r36x_v20101122_1400.jar
i have tried enabling lines in scm.ini also didn't work(-vm .../../jdk/jre/bin)
- how solve issue?
- did miss configurations?
- is mandatory install eclipse on linux machine?
thanks , regards, vijay.
as mentioned in this thread:
the java virtual machine using not ibm one.
you need remove
-xquickstart
,-xshareclass*
optionslscm
,scm.sh
,scm.ini
files.
Comments
Post a Comment