Simple Java application to retrieve informations about a student , the client application connects to the Server through sockets and retrieve the informations from the Database, created as school project with my teammates Montassar Amri and Med Ali Zaabi . You can check the report .
Navigate To src folder then type :
/usr/lib/jvm/java-8-openjdk-amd64/bin/javac -cp .:com/Etudiant/frame/lib/AbsoluteLayout.jar com/Etudiant/frame/LoginGUI.java
After that type :
java -cp .:com/Etudiant/frame/lib/AbsoluteLayout.jar com.Etudiant.frame.LoginGUI
Note : You need OpenJDK 8 for the client app .
And enjoy managing students :p
Run the following Commands :
/usr/lib/jvm/java-11-openjdk-amd64/bin/javac -cp .:lib/mariadb-java-client-2.6.0.jar MainServ.java
/usr/lib/jvm/java-11-openjdk-amd64/bin/java -Dfile.encoding=UTF-8 -cp .:lib/mariadb-java-client-2.6.0.jar MainServ
Note : You need OpenJDK 11 for the server app .