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
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
## Instructions
9
9
10
10
1. Install a recent Java runtime, if you haven't already. We recommend 1.8, but 1.7 will work, too.
11
+
1. If you've been following along on Learn, we've walked you through installing Java (both the JRE and the JDK).
12
+
2. But if you want to make sure, you can try running `java` or `javac` at your command line prompt. If it doesn't work, you probably don't have Java installed.
11
13
2. In `com.flatironschool.javacs.Main`, we've provided a function `getVersion()`. It should print your system's current version of Java.
12
14
1. We want not only to make this function work but also to make sure that it prints a version compatible with the upcoming lessons.
13
15
2. You might find the following information useful:
0 commit comments