You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-16Lines changed: 18 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,22 +28,24 @@ The source for this app is at GitHub so, for example, if you are using the comma
28
28
29
29
If you want to use Eclipse to work on it, there are two ways you can get the source into Eclipse:
30
30
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
0 commit comments