Version: 1.00
A tool where you can use to download the resources inside Objects directory for B4J projects.
This can make server project templates file size smaller by eliminating the resources inside www folder.
GitHub: https://github.com/pyhoon/resget-b4j
Download jar: https://github.com/pyhoon/resget-b4j/releases/download/v1.00/resget.jar
A tool where you can use to download the resources inside Objects directory for B4J projects.
This can make server project templates file size smaller by eliminating the resources inside www folder.
GitHub: https://github.com/pyhoon/resget-b4j
Download jar: https://github.com/pyhoon/resget-b4j/releases/download/v1.00/resget.jar
How to use
- Download resget.jar from releases to B4X Additional Library folder.
- Open project with the GetResources macro.
- Click the macro and wait for the tool finishes downloading all the resources.
Note: Second parameter is Overwrite (Boolean)
B4X:#Macro: Title, GetResources, ide://run?file=%JAVABIN%\java.exe&args=-jar&args=%ADDITIONAL%\..\B4X\resget.jar&args=%PROJECT%&args=true
Sample resources.json file
B4X:
{
"Version": "3.20",
"Resources": [
{
"File": "www/img/B4X.png",
"Link": "https://raw.githubusercontent.com/pyhoon/jrdc2-server-template-b4j/refs/heads/main/JRDC%20Server%20(3.20)/Objects/www/img/B4X.png"
}
]
}