Message-ID: <387397972.15829.1614958343796.JavaMail.confluence@wiki> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_15828_233476217.1614958343796" ------=_Part_15828_233476217.1614958343796 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Basics - including the wrapper library - Java

Basics - including the wrapper library - Java

=20
=20
=20
=20

 

=20
=20
=20
=20
=20
=20

You need a copy of the Java wrapper library file TMRestClient.jar, avail= able from her= e

You should place the file in your class path or in the folder where you = are executing the code.

 

=20
=20
=20
=20
=20
=20

You must then 'import' the jar library somewhere in your Java code, befo= re you can use it:

=20
=20
=20
=20
Example
=20
import uk.co.textmarketer.RestAPI.*;
=20
=20
=20
=20
=20
=20
=20

The Jar library file needs to be in your java CLASSPATH or added as a co= mmand-line option in your java virtual machine e.g.

=20
=20
=20
=20
Example
=20
java -classpath /usr/java/library/TMRestClient.jar
=20
=20
=20
=20
=20
=20 =20
=20
=20
=20

 

=20
=20
=20
=20

 

=20
=20
=20
------=_Part_15828_233476217.1614958343796--