gridgain / gridgain-old

267 stars 85 forks source link

Need steps to run the examples from GridGain #31

Open prasadkasthuri opened 10 years ago

prasadkasthuri commented 10 years ago

Hi Team, This is Prasad Kasthuri, new bie to GridGain. I would like run some examples from GridGain which are part of the product. Could any one please give me steps to run these examples in detailed? Thanks a ton in advance.

Regards Prasad Kasthuri

yzhdanov commented 10 years ago

Hi Prasad!

You can import pom.xml under "examples" folder to your favourite IDE and run any example like you do with any other java program (in IntelliJ IDEA you can hit Ctrl+Shift+F10).

Please also pay attention to javadoc provided with each example. It contains all the necessary info on how to run example in distributed fashion.

Yakov