}
public static void prepareACC(String agentArgsText, Instrumentation inst) throws UserError, MalformedURLException, URISyntaxException, JAXBException, FileNotFoundException, ParserConfigurationException, SAXException, IOException, Exception {
JavaVersion javaVersion = new JavaVersion();
if (javaVersion.asInt() < 16) {
throw new UserError(localStrings.getLocalString(
stringsAnchor,
"main.badVersion",
"Current Java version {0} is too low; {1} or later required",
new Object[] {javaVersion.versionString, "1.6"}));
}