Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update versions of the Java SDK and Eclipse #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Software required

1. [Java SE (Java SDK)](https://www.oracle.com/java/technologies/javase-downloads.html) (latest: `18`)
1. [Java SE (Java SDK)](https://www.oracle.com/java/technologies/javase-downloads.html) (latest: `18.0.2`)
2. IDEs
1. [Eclipse IDE for Java Developers](https://www.eclipse.org/downloads/) (latest: `2022-03`), or,
1. [Eclipse IDE for Java Developers](https://www.eclipse.org/downloads/) (latest: `2022-06`), or,
2. [Visual Studio Code](https://code.visualstudio.com/) and the "Java Extension Pack" after you install Visual Studio Code.

## Accompanying source codes
Expand Down
2 changes: 1 addition & 1 deletion week 01 - introduction/practicalIntroduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In COMP1010, we understand that programming doesn't come naturally to everyone.

Java is the programming language while Eclipse/VSCode are the editors in which you write Java programs. We use Eclipse in the lectures and videos but you are free to choose either. However, we will troubleshoot only Eclipse.

Current version of Java SE is `17.0.2` and Eclipse IDE is `2021-12`.
Current version of Java SE is `18.0.2` and Eclipse IDE is `2022-06`.

You must install Java Development Kit (JDK), now known as Java Standard Edition (Java SE), **before you install Eclipse**.

Expand Down
1 change: 0 additions & 1 deletion week 03 - unitTesting/practicalUnitTesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Consider a function that is supposed to return the number of even digits in an i
4. 5782, 374, 18642, -7135342
5. 1, 589, 409512, -6158, -1357, 0
6. 1729, -2, 0, 1, -714689, 982386, -1729
7. 0

## Question 2

Expand Down