-
Notifications
You must be signed in to change notification settings - Fork 8
/
notes-vm-install.txt
38 lines (31 loc) · 1.4 KB
/
notes-vm-install.txt
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
Oracle requires a Virtual Box VM image for the lab environment. They supply a starter one. In addition to that, I installed
Eclipse 64 bit Oxygen
- pointed workspace preferences to JDK instead of JRE
- created workspace
- set workspace to open by default
- connected workspace to this repo
- pulled in two Maven projects from this repo
- installed JUnit 5 update/support for Oxygen
- ran Maven build to ensure works (and so all/most required dependencies are cached in local repository)
- deleted solutions project so not in workspace
IntelliJ Community Edition (64 bit)
- imported lab project from git local directory (created by eclipse) and configured using same JDK as configured for Eclipse
- ran junit tests
- ran maven build
(this doesn’t let you pull from within IntellIJ. Which is fine because can pull on command line in one place for any editor)
Git Bash
- default install
Maven 3.5.0
- unzipped under c:\users\lab
- added c:\users\lab\apache-maven-3.5.0\bin to user path environment variable
- delete entry from local repo and ran build at command line to ensure worked
JEdit
- installed
Edge browsers
- open this repository and junit 5 guide in tabs
- pin each to start menu as tiles
- set these two tabs to home page for Edge
Desktop
- Icons for IntelliJ, Eclipse, GitBase, JEdit and shortcut to folder where pulled from git
- PDF of lab instructions
- Shortcut to word document instructions in git folder