@Override
public LaunchedProcess launch(final LaunchContext context)
throws IOException, UpdateRequiredException {
if (!getJarPath().exists()) {
throw new UpdateRequiredException("Not yet installed");
}
Identity identity = context.getIdentity();
ObjectMapper mapper = new ObjectMapper();
final File extractDir = createExtractDir();