Skip to content
/ pds Public

A collection of Java client-server applications exercises from my university exams.

Notifications You must be signed in to change notification settings

chitvs/pds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Java client-server applications exercises

This repository contains client-server applications exercises from my university exams. Each exam folder includes the Java source code for the client, a compiled JAR server, and a PDF with exam instructions.

How to compile and run

Prerequisites

  • Install Java
  • (Optional) Use Eclipse to open the projects.

Clone the repository:

git clone https://github.com/chitvs/pds.git
cd pds

Running the client

  1. Navigate to an exam directory:
    cd src/<year>/<month>/
  2. Compile the source files:
    javac -d bin *.java
  3. Run the client and server:
    java -cp bin ClientMain & java -jar server.jar

About

A collection of Java client-server applications exercises from my university exams.

Resources

Stars

Watchers

Forks

Languages