I had a look at your project.
It needed some time to find quite a lot of libraries I did not have.
I got a message about this missing library
mariadb-java-client-2.2.0.jar, but I did not find it.
So I commented this line: '#AdditionalJar:mariadb-java-client-2.2.0.jar
And the program compiles without any error.
View attachment 114645
And this is the libraries list.
View attachment 114646
I noticed, when I got messages about missing libraries, that the compiler is looking in the platform libraries folder not in the AdditionalLibraries folder.
It seems that you are saving additional libraries into the platform libraries folder.
Maybe the problem is there.