I'm new in java and storm . In eclipse i followed this steps to use storm-starter
- Create a Java project with Eclipse in ~/workspace/storm-starter. *Remember to select src/jvm as the source file directory*. *this statement i don't know how can i do it ?* - Open Eclipse's project property page for storm-sarter, then go to Java Build Path -> Libraries, click Add Library to start the wizard. Follow the wizard to create two libraries containing all your local Storm libs, that is, ~/storm/*.jar and ~/storm/lib/*.jar, namely storm and storm-dev separately. *are jar files this of storm -0.8.2?* - Add the two newly created libraries, *storm and storm-dev, into storm-starter's build path.* *how can i do it ?* Refresh the source directory in the navigation window, which will invoke auto rebuild. i have some questions - i have storm release -0.8.2 and containing storm-starter and i tried to mvn and submit submit topology then i want to use the code of storm-starter . in the steps told that i clone storm-starter in workspace of Eclipse from github . may i use the storm-starter in my storm-0.8.2 or not ? - here what i got
<<attachment: photo.jpg>>
