It's all about the answers!

Ask a question

RQM Copy Utility Setup


Cristian Zárate (1858) | asked Aug 29 '14, 6:58 a.m.

Hello team RQM;


I am trying to run RQM Copy Utility but I cannot run it.

I have performed the following steps:

1.- Download the RQM-Extras-RQMCopyUtil-3.0.1.5.zip them unzip and save in C:\RQMCopyUtil

2.- I obtained the located Java Runtime Environment JRE path (JRE7): C: \ Program Files (x86) \ Java \ jre7

3.- from CMD.exe I executed the following command:

C: \ RQMCopyUtil> "C: \ Program Files (x86) \ Java \ jre7 \ bin java-jar RQMCopyUtility.jar -help"

But I get this: is not Recognized as an internal or external command,
operable program or batch file.

Could you tell me what I did wrong step?

Thanks in advance.


Comments
Donald Nong commented Aug 31 '14, 11:59 p.m.

Before you run RQMCopyUtility, make sure you can run java.exe first. Once done, add " -jar RQMCopyUtility.jar" at the end of the command.

3 answers



permanent link
Paul Slauenwhite (8.4k12) | answered Aug 29 '14, 9:56 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
Looks like there isn't a space between java and -jar. 

I would suggest adding Java to your path.

permanent link
Erica Tran (1.4k7) | answered Aug 29 '14, 10:09 a.m.
JAZZ DEVELOPER
Hello,
Since the Java path has a space in it, you should use quotes around the path. 
Also there appears to be a space before and after each slash in the path.  If those are in the command you used, they should be removed.
I hope this helps.

permanent link
Cristian Zárate (1858) | answered Sep 01 '14, 4:22 a.m.

First of all thanks for your great support, it has helped me a lot. I have run the following command line:

C:\RQMCopyUtil>"C:\Program Files (x86)\Java\jre7\bin\java" -jar RQMCopyUtility.jar

Your answer


Register or 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.