Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Running the SCM command line tool on the Mac

Just an FYI, but following the directions for starting a build engine on a Mac that are included in https://jazz.net/learn/LearnItem.jsp?href=content/tech-notes/rational-team-concert-1_0-running-on-mac-os-x/index.html (TN0018: Running Rational Team Concert 1.0 on Mac OS X), I created a bash script to run the command-line tools as well:

#!/bin/bash
java -jar plugins/org.eclipse.equinox.launcher_*.jar $*
exit 0

I replace the scm command in the scmtools/eclipse directory with this script (which I call scm) and it seems to work. The only issue I have is that I get the following error message whenever I execute this command:

The IBM Class Sharing Adaptor will not work in this configuration.
You are not running on J9.


Is there any way to get rid of this error message?

0 votes



One answer

Permanent link
You can get rid of this message by removing the following plug-in from the scmtools/eclipse/plugins directory:

com.ibm.cds_2.0.3.200711261141.jar

Good to hear that you figured out how to simply call java to run the scm cli.

Cheers,
Jean-Michel

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Apr 02 '09, 2:01 p.m.

Question was seen: 7,234 times

Last updated: Apr 02 '09, 2:01 p.m.

Confirmation Cancel Confirm