1. Installation


1. Preview: JDK8 above, eclipse 4.4 above, apache-ant.

2. Unzip limax-xxx.zip. The directories described below are all relative to the exploded directory.

3. Go to java directory, run ant and generate all the source code related to the Limax, and the jar package, which is generated in the bin directory, including limax.jar, auany.jar and globalid.jar.

4. If you need the javadoc document, please go to java/limax directory and run ant doc. The generated documents are in the java/limax/doc directory.

5. Launch eclipse and import the limax, auany and globalid projects which are in the java directory for the convenience to debug the application.

6. If you work on the android client development of the java version, after installing the android-sdk and the eclipse widgets, import the android project in the java directory to provide the dependency for the client application. The minimum of the android API Level is 10.

7. In the cpp, csharp and lua directories, the limax client library source code related to the appropriate language and the project configuration files for multiple environment are provided, which could be compiled and referenced according to the requirement. Before compiling, find the build.xml in the relative directory and run ant to generate the necessary source code.

8. The limax.js in the javascript directory is provided to the HTML5 client to use. If the browser is the safari, the map.js should be loaded before loading the limax.js.

Notice: The compile of the limax, auany and globalid could be imported to the project via eclipse. However, the current project is uncompleted and is marked as the error status. Then you could begin from the limax project, run the ant in the build.xml of the project. Refresh after the ant finishes until the project status changes to normal. In some conditions, the Clean function in the Project menu needs to be used to completely resolve the issue.


Just for test

Prev Next