0

I'm trying to build a jar with Intellij, it requires a main class. The example I am using is storm-starter. I want to pack all the examples to this jar.

What should I fill to main class so that I can pack all the examples into one jar?

Matthias J. Sax
  • 59,682
  • 7
  • 117
  • 137
Vimos
  • 691
  • 1
  • 9
  • 23
  • 1
    use maven: $ mvn clean install -DskipTests=true – SQL.injection Jul 02 '15 at 08:12
  • You will find the corresponding jar named "original-storm-starter-0.11.0-SNAPSHOT.jar" in folder "examples/storm-starter/target" (The version number might differ of course, depending on the Storm version you are using.) – Matthias J. Sax Jul 02 '15 at 12:16

0 Answers0