B4J Library New b4x library compiler tool - like Simple Library Compiler - [open source] - tummosoft    Aug 14, 2024   (25 reactions) 149305
I am a fan of the B4X family, and I want to create many libraries for B4X versions like B4J, B4A... However, the obstacle that makes me lazy is the time-consuming process of searching for .jar libraries. BAdoclet is outdated and only works with Java 8, while SLC does not support Unicode.
Th B4A Library [Tool] Simple Library Compiler - Build libraries without Eclipse - Erel    Sep 27, 2024   (52 reactions) 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 B4A Question Simple Library Compiler 1.13 command line error - Erel (first post)    Sep 27, 2024   (3 reactions) Fixed in v1.14: https://www.b4x.-simple-library-compiler-build-libraries-without-eclipse.29918/#content Java Question [SOLVED] Simple Library Compiler - XML not created - DonManfred (first post)    Jan 20, 2021   (3 reactions) The Libraryname never has .java in its name.
Probably the source directory structure is not ok. You are not providing enough info.
Simple Library Compiler - Build libraries without Eclipse B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Oct 01, 2024   (2 reactions) What's New Since Last Week (21 Sep 2024 to 28 Sep 2024)
B4A
B4A
Simple Library Compiler - Build libraries without Eclipse
Simple Library Compiler - Build libraries without Eclipse
https://www.b4x.-simple-library-compiler-build-libraries-without-eclipse.29918/
B4J
B4X
MakeB4XLib - Creating lib B4A Question Simple Library Compiler and webrtc - agraham (first post)    Oct 12, 2022   (1 reaction) I don't think you can. Poking around inside LibraryCompiler.exe it explicitly invokes -source 1.7 (synonym for 7) for compilation.
string textArray1 = new string { @"-d bin\classes", Form1.b4j ? " " : (" -bootclasspath " + ProcessHelper.q(ProcessHelper.androidjar) + " -target 1.7 -source 1.7"), B4A Question SLC - Simple Library Compiler - DonManfred (first post)    Nov 08, 2022   (1 reaction) the file is already there. It must be in the place where the SLC is. You should use JAVA 8 or JAVA 11 though. Your JAVA 14 is maybe the problem.
135780 B4A Question Simple Library Compiler works on javac 14.0.1 ? - Waldemar Lima    Aug 09, 2023 hello everyone !
Was SLC abandoned? B4A Question Help! Simple Library Compiler - Erel (first post)    Aug 12, 2020   (1 reaction) Several mistakes:
1. Don't wrap activities.
2. Don't use the old and deprecated android.support SDK. You should use androidx. B4A Question [Tool] Simple Library Compiler (SLC) - Version 1.13 wrong XML file directory - Erel (first post)    Aug 07, 2024 I'm unable to reproduce it. I'm building a test library and the output is:
finish: C:\Users\H\Documents\AdditionalLibs\B4A\test.xml
The file is there.
The "additional libs path" in B4A is set to: C:\Users\H\Documents\AdditionalLibs Page: 1   2   3   4   5   6   7   Powered by ColBERT |