NOTE that the numbers are JDK 1.X+ so that means storm 0.9.6 should work fine with at least version 1.6 of the JDK (that includes 1.7 and 1.8). Java has been very good about not breaking backwards compatibility so far. This indicates the minimum version of the JDK needed to run storm. NOTE java 9 supposedly breaks this, so until someone has thoroughly tested it with java 9 please be careful.
If you use a version that is too old you may get exceptions about the class files not being for the supported version, or you could get errors about methods missing at run time. - Bobby On Monday, July 10, 2017, 8:57:01 AM CDT, sam mohel <[email protected]> wrote: Thanks for replying. But what are the problems that may happen if I use Incompatible versions ? On Monday, July 10, 2017, Xin Wang <[email protected]> wrote: > Hi sam, > Storm 0.9.x -> JDK1.6+ > Storm 0.10.x -> JDK1.7+ > Storm 1.x -> JDK1.7+ > Storm 2.x -> JDK1.8+ > > IMHO, I recommend you to use the latest 1.1.x release. > > Thanks, > Xin > 2017-07-10 21:27 GMT+08:00 sam mohel <[email protected]>: >> >> Is there any help , please? >> >> On Monday, July 10, 2017, sam mohel <[email protected]> wrote: >> > I'm sorry for my question if it is silly , i've apache-storm version >> > -0.9.6 . is that working with jdk1.8 ?? or it's not depending on JDK >> > versions >
