Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8e227a0

Browse filesBrowse files
committed
update readme
1 parent c9f227a commit 8e227a0
Copy full SHA for 8e227a0

File tree

Expand file treeCollapse file tree

2 files changed

+9
-8
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+9
-8
lines changed
Open diff view settings
Collapse file

‎LICENSE‎

Copy file name to clipboardExpand all lines: LICENSE
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Allen Downey and Chris Mayfield
3+
Copyright (c) 2020 Allen Downey and Chris Mayfield
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
Collapse file

‎README.md‎

Copy file name to clipboard
+8-7Lines changed: 8 additions & 7 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# ThinkJavaCode2
22
Supporting code for Think Java, 2nd edition.
3-
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).
55

66
This repository contains the code examples from the book and starter code for some exercises.
77
There are several ways you can work with the code:
88

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.
1010
If you don't already have a GitHub account, you'll need to create one.
1111
After forking, you'll have your own repository on GitHub that you can use to keep track of code you write.
1212
Then you can "clone" the repository, which downloads a copy of the files to your computer.
1313

1414
* Alternatively, you could clone the original repository without forking.
1515
If you choose this option, you don't need a GitHub account, but you won't be able to save your changes on GitHub.
1616

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.
1818

1919
To clone a repository, you need Git installed on your computer (see https://help.github.com/).
2020
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
2323

2424
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.
2525

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.
29+

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.