My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Running  

Phase-Deploy, Featured
Updated Feb 4, 2010 by subwiz

#How to run RESTClient

Requirements

  • JVM 1.6 or above for RESTClient 2.3

Running

In Windows, just click (or double-click--as per your configuration) the Jar file.

In Linux or UNIX based systems, execute thus:

$ java -jar restclient-ui-NN-jar-with-dependencies.jar

Substitute NN with the version number.

Comment by ophi...@gmail.com, Feb 12, 2008

Hi,

Any chance of supporting a WebStart? version as well? That could help in keeping things up to date.

Appreciating your work, Ophir

Comment by project member subwiz, Feb 18, 2008

That was also in my agenda. But was not able to pick up the necessary skillset for implementing this feature. Adding an issue:

http://code.google.com/p/rest-client/issues/detail?id=18

Comment by adilba...@gmail.com, Dec 22, 2010

When I double click the JAr file in Windows it is just showing the Contents of the Jar File. its not an Exe that can be executed on Windows. Please help how to install RESTClient on Windows.

Comment by project member subwiz, Dec 22, 2010

In the Windows command prompt u may give this command:

java -jar restclient-ui-NN-jar-with-dependencies.jar

Else (I am using Windows 7), right click on the Jar file, select 'Open with', and choose 'Java Platform..'

Note that you need to have Java installed.

Comment by mahendra...@gmail.com, Jan 10, 2011

hi, when i double click on it, i got the below error message

"could not find the main class. program will exit"

Comment by project member subwiz, Jan 10, 2011

Please verify if u r using Java 6, and if u have downloaded the correct version (the UI version).

Comment by sparemai...@gmail.com, Mar 29, 2011

How can I run a a service request multiple times?

Comment by project member subwiz, Mar 29, 2011

RESTClient does not have direct support for multiple-requests. But it can be easily scripted using the RESTClient Cli tool.

Comment by ana...@gmail.com, Jul 15, 2011

I have java version "1.6.0_26" installed on windows 7 64 bit but for some reason double clicking client does not bring up the UI. I tried command like but it gives error as follow:

C:\Users\anair\Desktop>java -jar restclient-cli-2.3.3-jar-with-dependencies.jar You must set argument output Usage: org.wiztools.restclient.cli.CliMain?$CliCommand?

-output (-o) File? This is the output file

Any help to resolve this will be appreciated

Comment by project member subwiz, Jul 15, 2011

You are using the command-line download. Download the GUI version.

Comment by ana...@gmail.com, Jul 20, 2011

Ahh did not paid attention to the downloaded jar, GUI versions works well. Thanks Subwiz!

Comment by shaoliny...@gmail.com, Feb 23, 2012

Hi, I am a newbie for this. I would like to use RESTClient cli tool, but I had difficulty to make it work. Would you please give more detail example for get and post action? BTW, this is really great tool and GUI version works fine for me. thank you very much!

Comment by india.ar...@gmail.com, Mar 19, 2012

If GUI working for you then make request(GET or POST) using GUI RESTClient then use save that request as sample.rcq file (File > Save Request) then enter the following command

java -jar restclient-cli.jar -o output_dir sample.rcq

output_dir -- is the directory in which sample.rcs (Response) will be saved

Comment by harish.s...@gmail.com, Apr 4, 2012

How do I download the GUI version. Help much appreciated


Sign in to add a comment
Powered by Google Project Hosting