Tag In Project POM To Close My Java Application If JRE 1.6 Is Not Found?

I have an application compiled in Java. I build my code through Maven. I want a tag in my project POM, so that if JRE 1.6 is not found in the system during run-time, it should not allow my Java application to launch.

Can I get any help with regard to this ?

View Answers









Related Tutorials/Questions & Answers:
Advertisements