You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copyright (c) 2019 Allen Downey and Chris Mayfield.
4
-
**This new edition is a work in progress and won't be completed until Fall 2019.**
3
+
Copyright (c) 2020 Allen B. Downey and Chris Mayfield.
4
+
This edition was published in December 2019 by [O'Reilly Media](https://www.oreilly.com/library/view/think-java-2nd/9781492072492/) (ISBN 9781492072508).
5
5
6
6
This repository contains the code examples from the book and starter code for some exercises.
7
7
There are several ways you can work with the code:
8
8
9
-
* You can create a copy of this repository on GitHub by pressing the "Fork" button in the upper right.
9
+
* You can create a copy of this repository on GitHub by clicking the "Fork" button.
10
10
If you don't already have a GitHub account, you'll need to create one.
11
11
After forking, you'll have your own repository on GitHub that you can use to keep track of code you write.
12
12
Then you can "clone" the repository, which downloads a copy of the files to your computer.
13
13
14
14
* Alternatively, you could clone the original repository without forking.
15
15
If you choose this option, you don't need a GitHub account, but you won't be able to save your changes on GitHub.
16
16
17
-
* If you don't want to use Git at all, you can download the code in a ZIP archive using the "Download ZIP" button on this page, or this link: http://tinyurl.com/ThinkJavaCode2.
17
+
* If you don't want to use Git at all, you can download the code in a ZIP archive using the "Clone or download" button, or this link: https://thinkjava.org/code2zip.
18
18
19
19
To clone a repository, you need Git installed on your computer (see https://help.github.com/).
20
20
If you use Git from the command line, you can clone the original repository like this:
@@ -23,6 +23,7 @@ If you use Git from the command line, you can clone the original repository like
23
23
24
24
After you clone the repository or unzip the ZIP file, you should have a directory named `ThinkJavaCode2` with a subdirectory for each chapter in the book.
25
25
26
-
All examples in this book were developed and tested using Java SE Development Kit 8.
27
-
If you are using a more recent version, the examples in this book should still work.
28
-
If you are using an older version, some of them may not.
26
+
The examples in this book were developed and tested using OpenJDK 11.
27
+
If you are using a more recent version, everything should still work.
28
+
If you are using an older version, some of the examples might not.
0 commit comments