JIT is a Just in time compiler which works in a different way compared to
normal JVMs which use interpreters.JITs convert bytecode to machine
instructions initially before the code runs while the normal JVMs do the
conversions on fly.Hence JITs increase the speed of java appl. by a factor
of 10.
if u do not have a JIT compiler, still the JVM will go ahead and run the
code.
So no probs. U may not worry about the warning except the case that u have
speed as an imp. criteria in ur project.If u wish to remove the warning
install the JIT compiler.