-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlog.txt
More file actions
151 lines (112 loc) · 4.53 KB
/
log.txt
File metadata and controls
151 lines (112 loc) · 4.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
####################################################################
# #
# d8888 888 .d8888b. .d8888b. d8888 #
# d88888 888 d88P Y88b d88P Y88b d8P888 #
# d88P888 888 888 888 Y88b. d8P 888 #
# d88P 888 888 888 "Y888b. d8P 888 #
# d88P 888 888 888 88888 "Y88b. d88 888 #
# d88P 888 888 888 888 "888 8888888888 #
# d8888888888 888 Y88b d88P Y88b d88P 888 #
# d88P 888 88888888 "Y8888P88 "Y8888P" 888 #
# #
####################################################################
# #
# Java Programming Environment Setup #
# for Mac OS X - v4.0 #
# Princeton University - Hayk Martirosyan #
# #
####################################################################
Initializing functions and beginning installation...
#### Step 1 - Java #################################################
Java is already installed.
Downloading java execution script from
http://algs4.cs.princeton.edu/mac/java-algs4
to
/usr/local/bin/java-algs4
Granting executable permission to
/usr/local/bin/java-algs4
Downloading javac execution script from
http://algs4.cs.princeton.edu/mac/javac-algs4
to
/usr/local/bin/javac-algs4
Granting executable permission to
/usr/local/bin/javac-algs4
#### Step 2 - Textbook Libraries ##################################
Downloading stdlib.jar from
http://introcs.cs.princeton.edu/java/stdlib/stdlib.jar
to
/Users/tommysander/algs4/stdlib.jar
Downloading algs4.jar from
http://algs4.cs.princeton.edu/code/algs4.jar
to
/Users/tommysander/algs4/algs4.jar
#### Step 3 - Checkstyle ##########################################
Downloading checkstyle from
http://algs4.cs.princeton.edu/mac/checkstyle.zip
to
/Users/tommysander/algs4/checkstyle.zip
Extracting zip archive in place at
/Users/tommysander/algs4/checkstyle.zip
and deleting .zip file.
Downloading checkstyle configuration file from
http://algs4.cs.princeton.edu/mac/checkstyle.xml
to
/Users/tommysander/algs4/checkstyle-5.5/checkstyle.xml
Downloading checkstyle execution script from
http://algs4.cs.princeton.edu/mac/checkstyle-algs4
to
/usr/local/bin/checkstyle-algs4
Granting executable permission to
/usr/local/bin/checkstyle-algs4
#### Step 4 - Findbugs ############################################
Downloading findbugs from
http://algs4.cs.princeton.edu/mac/findbugs.zip
to
/Users/tommysander/algs4/findbugs.zip
Extracting zip archive in place at
/Users/tommysander/algs4/findbugs.zip
and deleting .zip file.
Downloading findbugs configuration file from
http://algs4.cs.princeton.edu/mac/findbugs.xml
to
/Users/tommysander/algs4/findbugs-2.0.3/findbugs.xml
Downloading findbugs execution script from
http://algs4.cs.princeton.edu/mac/findbugs-algs4
to
/usr/local/bin/findbugs-algs4
Granting executable permission to
/usr/local/bin/findbugs-algs4
#### Step 5 - DrJava ##############################################
Deleting old version of DrJava at
/Applications/DrJava.app
Downloading DrJava from
http://algs4.cs.princeton.edu/mac/drjava-osx.tar.gz
to
/Applications/drjava.tar.gz
Extracting DrJava into the Applications directory
/Applications/DrJava.app
Downloading DrJava configuration file from
http://algs4.cs.princeton.edu/mac/drjava-config.txt
to
/Users/tommysander/.drjava
Replacing text in file
/Users/tommysander/.drjava
from
INSTALL_DIR
to
/Users/tommysander/algs4
Creating a shortcut to DrJava on the desktop...
#### Step 6 - Terminal #############################################
Creating a shortcut to Terminal on the desktop...
#### Step 7 - Test it out! #########################################
Downloading the test Java program...
Installation complete! Compiling test program...
Test program compiled. Running...
If you saw the bullseye and textbook graphic, the installation
was successful and you are ready to start programming in Java.
Continue with the introductory tutorial on the booksite.
NOTE: If there were any error messages during this setup, check the
troubleshooting section on the website or ask for help.
A log file of this installation is saved at
/Users/tommysander/algs4/log.txt
You should now close this window.