Skip to content

Commit 684b3a4

Browse files
committed
fixed eclipse import docs with chanezon:master
1 parent bc4adc5 commit 684b3a4

File tree

4 files changed

+17
-25
lines changed

4 files changed

+17
-25
lines changed

developer-tools/java-debugging/Eclipse-README.md

Lines changed: 17 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,28 @@
99

1010
### Getting Started
1111

12-
In Eclipse, clone the [registration-docker](https://github.com/spara/registration-docker.git) repository
12+
On the command line clone the [registration-docker](https://github.com/spara/java-debugging.git) repository
1313

14-
`File`> `Import`
15-
Select `Git`> `Projects`> `Next`
16-
17-
![](images/eclipse_git_import_repo2.png)
18-
19-
Select `Clone URI`> `Next`
20-
21-
![](images/eclipse_git_clone_uri2.png)
22-
23-
Enter the [`repositoryurl`](https://github.com/spara/registration-docker.git)> `Next`
24-
25-
![](images/eclipse_git_repo_uri2.png)
26-
27-
`Select the master branch`> `Next`
28-
29-
![](images/eclipse_git_select_branch2.png)
30-
31-
`Enter the destination directory`> `Next`
32-
33-
![](images/eclipse_git_local_destination2.png)
14+
```
15+
git clone https://github.com/spara/java-debugging.git
16+
```
3417

35-
Select the import wizard, `Import existing Eclipse project`> `Next`
18+
In Eclipse, import the app directory of that project as an existing maven project
3619

37-
![](images/eclipse_git_import_wizard2.png)
20+
`File`> `Import` Select `Maven`> `Existing Maven Projects`> `Next`
3821

39-
Select `registration-docker`> `Finish`
22+
![](images/eclipse_import_existing_maven_project_1.png)
23+
24+
25+
Select the app subdirectory of the directory where you cloned the project.
26+
27+
![](images/eclipse_import_existing_maven_project_2.png)
28+
29+
30+
Select the pom.xml from the app directory, click `Finish`.
31+
32+
![](images/eclipse_import_existing_maven_project_3.png)
4033

41-
![](images/eclipse_git_import_project2.png)
4234

4335
### Building the application
4436

Loading
Loading
Loading

0 commit comments

Comments
 (0)