Challenge Overview
Previously, we have run a POC Assembly to explore the upgrade of Java from 5.0 to 7.0 for TopCoder Competition Engine. The upgrade is simply, we just need to make sure the new JDK 7.0 is avaiable in command line, likejava,javac.
But one part that we are unsure is that, whether the new features from Java 6 and 7 will break the Security Check.
Unlike the normal architecture, this contest is going to evaluate the features and functionality introduced by Java 6 and Java 7, and proposed whether there should be any update for Security Check part for TC Competition Engine.
see detail requirements in wiki
Final Submission Guidelines
see detail requirements in wiki