Skip to content
Roman Schaller edited this page Aug 27, 2015 · 7 revisions

Path variable

scm or lscm.bat must be available in your console. Add it to your path variable.

Configure Java VM

scm and lscm need a Java virtal machine. You should test if scm and lscm is running properly. If you get following error you should change your configuration:

$ scm version
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
~~~~~~~~~~ snip ~~~~~~~~~~

The file scmtools/eclipse/scm.ini can be used to tell scm which JVM to use. Change it to something like this:

# Uncomment following 2 lines to configure JRE.
-vm 
c:\Program Files\Java\jdk1.8.0_20\bin
~~~~~~~~~~ snip ~~~~~~~~~~

Now you should get some better output:

$ scm version
Build-ID: RTC-I20140807-0233

com.ibm.team.filesystem.cli.client, Version 3.2.300.v20140717_0143
~~~~~~~~~~ snip ~~~~~~~~~~

Clone this wiki locally