Found this gem that should save a lot of time:
sudo sh -c ‘echo sun-java6-jre shared/accepted-sun-dlj-v1-1 select true | /usr/bin/debconf-set-selections’; sudo apt-get install —yes sun-java6-jre;
http://www.davidpashley.com/blog/debian/java-license
Discussing application development and other interests, including guitars, graphics, and video games.
sudo sh -c ‘echo sun-java6-jre shared/accepted-sun-dlj-v1-1 select true | /usr/bin/debconf-set-selections’; sudo apt-get install —yes sun-java6-jre;
$('#eiAuditUI').load(eiAuditURL, function(responseText, textStatus, XMLHttpRequest) {
    if (textStatus == 'error') {
        $('#eiAuditUI').html('Unable to contact the Audit Tool.
');
    } else {
        angular.compile($('#eiAuditUI'))();
    }
});
$('#eiAuditUI').show();
    angular.compile($('#eiAuditUI'))();    angular.compile($('#eiAuditUI'))().$apply();