Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

🎓 Java Fundamentals

📚 eBook on Packt Publishing

🔰 Windows

Execute the 'compile' batch file:

compile.bat

Execute the 'run' batch file by passing the package and the file name:

run.bat exercises HelloWorld

🔰 Linux or Unix shell

Execute the 'compile' shell script:

sudo chmod +x compile.sh

sudo chmod +x run.sh