Hey Community,
I have written a Login where the User Name and Password where saved in SQL Datebase , that works fine.
To start connection i loaded a .jar called mysql-connector-java-5.1.21-bin.jar ,but the problem is if i export the Project to a jar File I cant intelize the connection because this library (i think) is not loaded in the jar file because it is only a /userlib in Greenfoot .

