Java Question (CLOSED) Strange Error with Simple Library Compiler

Johan Schoeman

Expert
Licensed User
Longtime User
I am compiling a B4A library that worked before.
Using the latest version of SLC (downloaded this morning) and pointing to the Java 8 javac.exe (C:\Java8\jdk1.8.0_431\bin\javac.exe).

Once library has been compiled (no errors) and I refresh the library tab in the IDE I get the following error:
1736061071392.png

I got the same error yesterday while using a previous version of SLC and therefor decided to download the latest version but still the same error. I have a backup of the previous jar and xml and when copying them into my additional libs folder the problem disappears.

Can someone please advise what the solution for this is?

Thanks

JS
 

Johan Schoeman

Expert
Licensed User
Longtime User
What is this type? It should probably be ignored (in SLC) with aaaawrapper.aaaaWrapper.shoulddoc or something like this.
I see it is an entry in the XML but need to figure out why. Must be from a method in one of the classes. Will dig it out.
 
Top