Add README descriptions 28! (#7917)

This commit is contained in:
Sam Millington
2019-10-03 05:19:05 +01:00
committed by Josh Cummings
parent 6cb034c1d8
commit e4ef23d7b9
10 changed files with 33 additions and 16 deletions

View File

@@ -1,10 +1,11 @@
=========
## Core Java OS
This module uses Java 9, so make sure to have the JDK 9 installed to run it.
This module contains articles about working with the operating system (OS) in Java
##
### Relevant Articles:
- [Java 9 Process API Improvements](http://www.baeldung.com/java-9-process-api)
- [Guide to java.lang.Process API](https://www.baeldung.com/java-process-api)
- [Guide to java.lang.ProcessBuilder API](https://www.baeldung.com/java-lang-processbuilder-api)
- [Get the Current Working Directory in Java](https://www.baeldung.com/java-current-directory)
This module uses Java 9, so make sure to have the JDK 9 installed to run it.