百度智能云

All Product Document

          Multimedia Cloud Processing

          Install Media-Java-SDK

          Media Java SDK Category Structure

          .
          com.baidubce 
                 ├── auth                                        //BCE's signature related class 
                 ├── http                                        //BCE's Http communication related class 
                 ├── internal                                    //SDK's internal class 
                 ├── model                                       //BCE's public model class 
                 ├── services 
                 │       └── media                               //Media service-related class 
                 │           ├── model                           //Media's internal model such as Request and Response 
                 │           └── MediaClient.class               //Media client entrance class 
                 ├── util                                        //BCE's utility tool class 
                 ├── BceClientConfiguration.class                //Configuration of BCE's HttpClient 
                 ├── BceClientException.class                    //Exception class of BCE's client 
                 ├── BceServiceException.class                   //The exception class after interacting with the BCE's server 
                 ├── ErrorCode.class                             //BCE's general error code 
                 └── Region.class                                //BCE's service region 

          Directly using JAR package

          Steps are as follows:

          1.Download Java SDK compression pack from Official Website.

          2.Unzip the downloaded bce-java-sdk-version.zip and copy it to the project folder.

          3.Right-click "Project -> Properties -> Java Build Path -> Add JARs" in Eclipse.

          4.Add SDK toolkit lib/bce-java-sdk-version.jar and third-party dependency toolkit third-party/*. Jar.

          version is the version number, and the user can use Media Java SDK in the project after the steps above.

          Running environment

          Java SDK toolkit can run under jdk1.7 or jdk8.

          Version dynamics

          This file is for Media Java SDK 0.10.38 edition.

          Previous
          Server SDK
          Next
          Getting Started