final String url = j.getUrl();
try {
ApplicationManager.getApplicationManager().launch( url );
} catch( final ApplicationManagerException e ) {
throw new ApplicationManagerException( "Failed to invoke Java application url=" + url + "\n" + e.getMessage() );
}
} else {
throw new IllegalArgumentException( "Argument is null." );
}
}