Giter VIP home page Giter VIP logo

java-projects's Introduction

University of Westminster - 1st Year, 2nd Semester Java Projects

This repository contains projects, tutorials, and lectures completed during the second semester of the first year at the University of Westminster for the Software Development Module. The main programming language used for these projects is Java.

Tutorials

Each tutorial folder contains related materials and code for the respective tutorial.

Lectures

Lecture folders include materials and code discussed during the corresponding lectures.

Individual Projects

How to Run

This section provides instructions on how to run the Java project using both IntelliJ IDEA and the terminal.

Running with IntelliJ IDEA

  1. Open the project in IntelliJ IDEA.

  2. Ensure you have configured the project correctly and set up any necessary build configurations.

  3. Navigate to the main class of your Java project.

  4. Right-click on the main class and select "Run " to run the project.

Running with Terminal

  1. Open a terminal and navigate to the project's root directory.

  2. Compile your Java source files using javac command, for example:

    javac -d out src/*.java
  3. Navigate to the output directory:

    cd out
  4. Run your Java program using java command, specifying the main class:

    java <YourMainClass>

Contributors

Feel free to contribute, report issues, or ask questions related to the projects, tutorials, or lectures.

java-projects's People

Contributors

shakthiw avatar

Stargazers

 avatar Shaleen Perera avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.