Skip to content

Commit 299ed40

Browse files
committed
Update README.md
Made it more clear that the two ways to get code into eclipse are mutually exlusive.
1 parent df00a6c commit 299ed40

1 file changed

Lines changed: 18 additions & 16 deletions

File tree

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,24 @@ The source for this app is at GitHub so, for example, if you are using the comma
2828
2929
If you want to use Eclipse to work on it, there are two ways you can get the source into Eclipse:
3030

31-
1. Import the Eclipse project by following these instructions:
32-
1. Start by cloning the repository, as described above
33-
2. Open Eclipse
34-
3. Select File->Import
35-
4. Under the header labeled "General", click "Existing Projects Into Workspace" and click Next
36-
5. Click "Browse" next to the first text field, and navigate to the cloned repository and find the folder labeled "app" and click ok.
37-
6. Under Projects you should now see a project called "twitter_influence_analyzer", make sure the checkbox next to the "twitter_influence_analyzer" project is checked and then click Finish
38-
7. You should now see the "twitter_influence_analyzer" project in your list of projects in Eclipse.
39-
40-
2. Import the WAR File
41-
1. Navigate to https://github.com/ibmjstart/bluemix-java-sample-twitter-influence-app/releases
42-
2. Click the green button labeled "twitter_influence_analyzer.war" and that will download the WAR file.
43-
3. Open Eclipse
44-
4. Then File->Import
45-
5. Scroll down to the "Web" section, expand that section and click WAR File then click Next.
46-
6. Click next and then Finish and the project should be imported into Eclipse
31+
Option A. Import the Eclipse project by following these instructions:
32+
1. Start by cloning the repository, as described above
33+
2. Open Eclipse
34+
3. Select File->Import
35+
4. Under the header labeled "General", click "Existing Projects Into Workspace" and click Next
36+
5. Click "Browse" next to the first text field, and navigate to the cloned repository and find the folder labeled "app" and click ok.
37+
6. Under Projects you should now see a project called "twitter_influence_analyzer", make sure the checkbox next to the "twitter_influence_analyzer" project is checked and then click Finish
38+
7. You should now see the "twitter_influence_analyzer" project in your list of projects in Eclipse.
39+
40+
-OR-
41+
42+
Option B. Import the WAR File
43+
1. Navigate to https://github.com/ibmjstart/bluemix-java-sample-twitter-influence-app/releases
44+
2. Click the green button labeled "twitter_influence_analyzer.war" and that will download the WAR file.
45+
3. Open Eclipse
46+
4. Then File->Import
47+
5. Scroll down to the "Web" section, expand that section and click WAR File then click Next.
48+
6. Click next and then Finish and the project should be imported into Eclipse
4749

4850
## External and Public APIs ##
4951

0 commit comments

Comments
 (0)