Unable to Launch

Status
Not open for further replies.
CouldNotLoadArgumentException[ Could not load file/URL specified: C:\Users\Terry\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\44\5b8a586c-148390da]
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Do I need to uninstall it and install it again?

edit: I uninstalled it and tried to re-install, but got this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
<noscript>
<meta http-equiv="Refresh" content="4; https://sac-aruba-cp.csus.edu/uploa...mac=00:1e:33:ce:1d:7b&ip=130.86.212.29&essid= &url=http%3A%2F%2Fshoddybattle%2Ecom%2Fclient%2Fshoddybattle%2Ejnlp"/>
</noscript>
<script>
var timeOut = 4;
var ot = 0;
var url = "https://sac-aruba-cp.csus.edu/upload/custom/sac-cp-wired-logon/sacstate-wired-login.html?cmd=login&mac=00:1e:33:ce:1d:7b&ip=130.86.212.29&essid= &url=http%3A%2F%2Fshoddybattle%2Ecom%2Fclient%2Fshoddybattle%2Ejnlp";
var urlName = "Yahoo!";

function doit() {
var t = (new Date()).getTime();
if (ot == 0) { ot = t; }
else if (ot + timeOut * 1000 < t) {
window.location.href = url;
return;
}

var dt = Math.ceil((ot + timeOut * 1000 - t) / 1000);
if (typeof(time_span) == "object") {
time_span.innerHTML = dt;
}
else if (typeof(document.getElementById) == "function") {
var x = document.getElementById("time_span");
if (x) x.innerHTML = dt;
}
setTimeout("doit()", 200);
}

</script>
<style type="text/css">
body {
background-color: #000;
color: #fff;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px;
}
img {
position: absolute;
}
p {
width: 300px;
text-align: left;
position: absolute;
left: 150px;
top: 30px;
}
#container {
margin-top: 100px;
position: relative;
width: 500px;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body onload="doit()">
<div id="container">
<img src="/images/watch.gif" width="123" height="123" />
<noscript>
<p>Please wait. You will be redirected to the authentication page in 4 seconds.</p>
</noscript>
<script>
document.write(
"<p>Please wait. You will be redirected to the authentication page in " +
"<span id='time_span'>4</span> seconds.</p>");
</script>
</div>
</div>
</body>
</html>

<!-- EOF -->
 
Status
Not open for further replies.

Users Who Are Viewing This Thread (Users: 1, Guests: 0)

Top