﻿WEBVTT

1
00:00:01.032 --> 00:00:03.051
<v Instructor>Hey, welcome back.</v>

2
00:00:03.051 --> 00:00:04.847
In this video, I'm gonna show you how

3
00:00:04.847 --> 00:00:08.180
to install Eclipse on Microsoft Windows.

4
00:00:10.302 --> 00:00:13.421
So the first thing we need to do is download Eclipse.

5
00:00:13.421 --> 00:00:17.504
So we can go to the Eclipse website, eclipse.org.

6
00:00:18.367 --> 00:00:20.867
In my browser bar, we have a shortcut setup

7
00:00:20.867 --> 00:00:23.450
that'll take us to eclipse.org.

8
00:00:25.409 --> 00:00:28.363
Now once we're here, this is the main Eclipse website,

9
00:00:28.363 --> 00:00:31.291
or the main Eclipse homepage.

10
00:00:31.291 --> 00:00:34.125
And what I'd like to do is move over to the right hand side,

11
00:00:34.125 --> 00:00:35.605
there's a download button.

12
00:00:35.605 --> 00:00:37.385
I'd like to go ahead and click this download button

13
00:00:37.385 --> 00:00:40.718
so it can take me to the downloads page.

14
00:00:45.110 --> 00:00:47.388
All right, cool, so now we're at the downloads page.

15
00:00:47.388 --> 00:00:49.894
They have a lot of different distributions of Eclipse.

16
00:00:49.894 --> 00:00:52.178
You wanna make sure that you choose the right one.

17
00:00:52.178 --> 00:00:55.157
So if we scroll down the page here,

18
00:00:55.157 --> 00:00:56.949
I'll show you that we wanna make use

19
00:00:56.949 --> 00:00:58.866
of the Java EE package.

20
00:01:01.107 --> 00:01:02.658
All right, so that's the one that's listed here,

21
00:01:02.658 --> 00:01:05.725
Eclipse IDE for Java EE Developers.

22
00:01:05.725 --> 00:01:07.090
That's the one that we want.

23
00:01:07.090 --> 00:01:09.309
It's very important that you select this distribution

24
00:01:09.309 --> 00:01:13.408
because it has built in support for Java web applications,

25
00:01:13.408 --> 00:01:15.491
servlets, JSP's, and JSF.

26
00:01:19.599 --> 00:01:21.592
All right so, over on the far right,

27
00:01:21.592 --> 00:01:22.854
you can go ahead and download it.

28
00:01:22.854 --> 00:01:25.533
I have a 64 bit Windows operating system here.

29
00:01:25.533 --> 00:01:27.101
I'll go ahead and select the link,

30
00:01:27.101 --> 00:01:30.650
and it'll take me to the list of download options here.

31
00:01:30.650 --> 00:01:32.581
So again, this is one intermediate step,

32
00:01:32.581 --> 00:01:34.955
but you basically just go over to the left hand side

33
00:01:34.955 --> 00:01:37.464
and choose that download link.

34
00:01:37.464 --> 00:01:41.631
This'll actually start downloading Eclipse to your computer.

35
00:01:43.986 --> 00:01:47.708
So they'll prompt us, we'll say save,

36
00:01:47.708 --> 00:01:51.708
and this'll actually start the download process.

37
00:01:53.934 --> 00:01:55.818
And then at the bottom you'll see your browser

38
00:01:55.818 --> 00:01:57.270
will start downloading it.

39
00:01:57.270 --> 00:01:59.028
This'll take a while to download,

40
00:01:59.028 --> 00:02:00.978
depending on your internet speed.

41
00:02:00.978 --> 00:02:04.728
I'll come back once the download is complete.

42
00:02:07.254 --> 00:02:09.030 line:15% 
All right, so the download's complete.

43
00:02:09.030 --> 00:02:11.006 line:15% 
Now we need to unzip Eclipse.

44
00:02:11.006 --> 00:02:13.149 line:15% 
I'm gonna open up my Windows Explorer.

45
00:02:13.149 --> 00:02:15.603 line:15% 
I'm gonna move into the downloads directory.

46
00:02:15.603 --> 00:02:18.161 line:15% 
This is where the file was actually downloaded.

47
00:02:18.161 --> 00:02:22.104 line:15% 
So in downloads, there's a file here called Eclipse JEE,

48
00:02:22.104 --> 00:02:24.780 line:15% 
depending on the version number that you have.

49
00:02:24.780 --> 00:02:26.975 line:15% 
So that's the file that was just downloaded

50
00:02:26.975 --> 00:02:28.247
from the Eclipse website.

51
00:02:28.247 --> 00:02:30.495
What I'd like to do is unzip this file,

52
00:02:30.495 --> 00:02:33.310
so I can do a right click, I'll say extract all,

53
00:02:33.310 --> 00:02:35.942
and now we need to tell it where to extract Eclipse,

54
00:02:35.942 --> 00:02:37.308
or install Eclipse.

55
00:02:37.308 --> 00:02:40.813
So here I'm just gonna use the C drive, so c:\,

56
00:02:40.813 --> 00:02:43.010
so it's gonna install it to the root of the C drive

57
00:02:43.010 --> 00:02:46.916
and it's gonna install it in a folder called Eclipse.

58
00:02:46.916 --> 00:02:50.816
So once you're happy with the c:\, you can click extract.

59
00:02:50.816 --> 00:02:52.969
And actually, you can install it wherever you'd like.

60
00:02:52.969 --> 00:02:54.559
But here just to keep things simple,

61
00:02:54.559 --> 00:02:56.809
I'll put it at the C drive.

62
00:03:00.728 --> 00:03:04.173
All right, great, so now we've extracted it to the C drive,

63
00:03:04.173 --> 00:03:07.337
So I'll go over to local disk C drive,

64
00:03:07.337 --> 00:03:09.375
and there's a new folder here called Eclipse.

65
00:03:09.375 --> 00:03:12.462
That's where the code was placed.

66
00:03:12.462 --> 00:03:16.492
I can move in here now and there's an Eclipse application

67
00:03:16.492 --> 00:03:18.812
with a little icon, and I can double-click this.

68
00:03:18.812 --> 00:03:21.144
This will actually run Eclipse.

69
00:03:21.144 --> 00:03:23.636
I'll say run for the security warning.

70
00:03:23.636 --> 00:03:27.803
It'll start up Eclipse, and it'll start running for us.

71
00:03:29.607 --> 00:03:31.780
Oh, and I forgot, there's one thing.

72
00:03:31.780 --> 00:03:34.522
Eclipse will always prompt you to select a workspace.

73
00:03:34.522 --> 00:03:37.374
So the workspace is basically a folder where you'll store

74
00:03:37.374 --> 00:03:39.544
your actual source code of projects.

75
00:03:39.544 --> 00:03:41.885
So here, I'll just call it my workspace.

76
00:03:41.885 --> 00:03:43.819
You can give it any name you want, and you can place it

77
00:03:43.819 --> 00:03:46.406
at any location that you want on your file system,

78
00:03:46.406 --> 00:03:48.398
but that's the location I'll place mine,

79
00:03:48.398 --> 00:03:50.459
and I'll just call it my workspace.

80
00:03:50.459 --> 00:03:54.626
And once I'm happy with that, I'll go ahead and hit okay.

81
00:03:57.686 --> 00:04:00.570
Okay, great, now Eclipse will really start running,

82
00:04:00.570 --> 00:04:04.241
and we should see the welcome screen real soon now.

83
00:04:04.241 --> 00:04:06.968
Okay, great, so here's our welcome screen.

84
00:04:06.968 --> 00:04:10.841
So they have overview, samples, tutorials, what's new so on.

85
00:04:10.841 --> 00:04:13.543
At this point, I always like to make sure I'm using

86
00:04:13.543 --> 00:04:15.748
the correct version or I downloaded the right version,

87
00:04:15.748 --> 00:04:18.428
the Eclipse Java EE IDE.

88
00:04:18.428 --> 00:04:21.144
Again, we need to make sure we have the Java EE version

89
00:04:21.144 --> 00:04:26.009
because it has built in support for Java web applications.

90
00:04:26.009 --> 00:04:27.756
All right, great, so you can go ahead

91
00:04:27.756 --> 00:04:29.466
and close this welcome window here.

92
00:04:29.466 --> 00:04:31.717
Just click the X at the top left,

93
00:04:31.717 --> 00:04:33.868
and there it is, so this is the basic Eclipse.

94
00:04:33.868 --> 00:04:36.548
Right now, there's no projects, no servers.

95
00:04:36.548 --> 00:04:38.376
It's pretty plain vanilla right now.

96
00:04:38.376 --> 00:04:39.780
And don't worry, as we go through the course,

97
00:04:39.780 --> 00:04:42.146
we'll create projects, we'll create web applications

98
00:04:42.146 --> 00:04:44.403
and deplore them to our servers.

99
00:04:44.403 --> 00:04:45.236
Great job.

