Skip to content

Simple Java app to retrieve informations about a student , created as school project

Notifications You must be signed in to change notification settings

kahla-sec/Simple-App-to-Manage-Students

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple App to Manage Students

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 HERE .

Overview

TASK

Client App

PIC PIC

Server App

PIC

How To use

Client App

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

Server App

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 .

About

Simple Java app to retrieve informations about a student , created as school project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages