Inmoresentum / CSE423

CSE423 FALL2022 Lab Assignments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSE423 FALL 2023 Lab(s) Assignment

This Project contains all the assignment problems and solutions that I submitted in JAVA.

Prerequisites

What you will need is just basic Java knowledge and a bit of experience with Maven.

Setup

To get started, you will need a suitable jdk installed. For this project, I used Corretto 8 jdk to avoid any sort of issues.

However, if you are using IntellijIdea, clone this project and open it and then Open the Project Struecture from the top right corner or use find action menu to open it up. After that, go to project and change the SDK to the JDK version of your choice. Make sure to change the language level and also make sure to make change in the pom.xml if the version you have chosen is not 8. Wait for it to finish downloading all the dependencies, and then you are good to go. Now just run Temp.java and check if you get any frame as output like below one.

After running Temp.java you should get an output frame like this.

Alternatively, you set it up using whatever way you prefer as long as the dependencies are fulfilled. For example, gradle can be used instead of maven if preferred.

Getting Started

  • You can find all the assignment questions in the Lab File
  • Each Lab Package contains a .docx file which contains the screenshot and the submission code.

Have fun :)

About

CSE423 FALL2022 Lab Assignments

License:MIT License


Languages

Language:Java 100.0%