- Jun 6, 2020
- 11,559
- 4,422
The purpose of Simple Library Compiler (SLC) is to make it easier to build libraries. SLC is responsible for taking the Java source code files and generating the Jar and XML files.
As I see it, it can be useful in two cases:
- Creating wrappers for 3rd party SDKs.
- Modifying and extending existing open source libraries.
Do note that you still need to provide the source code. This tool only helps with the building steps.
How to use
Using SLC is quite simple. The main project folder should include a folder named src and optionally a folder named libs.
The Java source code files should be under the 'src' folder. Java files are saved based on the package name. So if the package is com.example then the structure will be:
Under 'libs' folder you can put any additional libraries that should be referenced during...
As I see it, it can be useful in two cases:
- Creating wrappers for 3rd party SDKs.
- Modifying and extending existing open source libraries.
Do note that you still need to provide the source code. This tool only helps with the building steps.
برای دیدن تصاویر باید ثبت نام کنید
How to use
Using SLC is quite simple. The main project folder should include a folder named src and optionally a folder named libs.
The Java source code files should be under the 'src' folder. Java files are saved based on the package name. So if the package is com.example then the structure will be:
برای دیدن تصاویر باید ثبت نام کنید
Under 'libs' folder you can put any additional libraries that should be referenced during...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید