Maven import of class4 project


1 Answer(s)


Hi,
The warning is because of change in the compiler package and compiled package version of jdk/jre.
If you using jre-1.8 version and put the compiler version to the same it will remove the warning.
I recommend you to check the running environment jdk version. Use the same version of compiler to create the jar package or compile the program.
Hope this helps.
Thanks.