Index of /src/zabbix_java/lib/

NameLast ModifiedSize
UpParent Directory
Fileandroid-json-4.3_r3.1.jar2026-02-23 21:26 18k
Filelogback-classic-1.5.16.jar2026-02-23 21:26 300k
[TXT]logback-classic-1.5.16.jar.md52026-02-23 21:26 1k
Filelogback-console.xml2026-02-23 21:26 1k
Filelogback-core-1.5.16.jar2026-02-23 21:26 608k
[TXT]logback-core-1.5.16.jar.md52026-02-23 21:26 1k
Filelogback.xml2026-02-23 21:26 1k
Fileslf4j-api-2.0.16.jar2026-02-23 21:26 68k
[TXT]slf4j-api-2.0.16.jar.md52026-02-23 21:26 1k
In order to upgrade the Android JSON library, follow the procedure below: ### get the repository $ git clone https://android.googlesource.com/platform/libcore android-libcore $ cd android-libcore ### choose the tag you wish to upgrade to (android-4.3_r3.1 in the example below) $ git tag | less $ git checkout android-4.3_r3.1 ### compile the library using JDK 1.6 so that it runs on older versions of Java and package it $ cd json/src/main/java $ javac org/json/*.java $ jar cf android-json-4.3_r3.1.jar org/json/*.class $ mv android-json-4.3_r3.1.jar ${zabbix}/src/zabbix_java/lib ### clean up $ rm org/json/*.class $ cd ../../../.. $ git checkout master
Proudly Served by LiteSpeed Web Server at zabbix.adriancoppa.co Port 443