Skip to content

code-chaser/java-lab-problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

java-lab-problems License: MIT



INTRODUCTION

archive of my solution codes to JAVA lab problems



INSTRUCTIONS


BUILD & EXECUTE

  • For Windows users: firstly install make for executing makefile, from this link;
  • For Linux users: make generally comes pre-installed;
    • if not, then run the following command: sudo apt-get install make

  • Now, run the following commands in the root directory:
    • for building class files:
       cd ./src
       make compile
    • for executing them:
       cd ./build
       make run



Happy Java!


About

Archive of my solution codes to JAVA Lab Problems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors