I have written an SLC from scratch as there still seems to be a problem with generating the xml for later versions of java.
This new version is quite different to the original version of SLC.
1, It handles B4J and B4A in one app. (it defaults to B4A but can be changed with radio buttons)
2, It finds all the installed java's on your computer, and lets you choose which one to use. (This takes a while on first run, but reads where they are from a file after that).
3, It remembers which java version you used to compile a project and will set it to use that again unless you change it.
Things I will be adding :
Allowing choice of Android sdk version. (currently it's hard coded for 34)
Remembering the name of the Library so on re-runs you dont have to enter it again.
Remembering the arguments passed (-b4aignore ...) so you don't have enter them again.
I never really used SLC so there are bits I can't test as I don't know about them.
If you want to try it PM me.
** Added (Monaco) code editor so you can edit the java files without having to leave SLC.
This new version is quite different to the original version of SLC.
1, It handles B4J and B4A in one app. (it defaults to B4A but can be changed with radio buttons)
2, It finds all the installed java's on your computer, and lets you choose which one to use. (This takes a while on first run, but reads where they are from a file after that).
3, It remembers which java version you used to compile a project and will set it to use that again unless you change it.
Things I will be adding :
Allowing choice of Android sdk version. (currently it's hard coded for 34)
Remembering the name of the Library so on re-runs you dont have to enter it again.
Remembering the arguments passed (-b4aignore ...) so you don't have enter them again.
I never really used SLC so there are bits I can't test as I don't know about them.
If you want to try it PM me.
** Added (Monaco) code editor so you can edit the java files without having to leave SLC.
Last edited: