|
-
January 29th, 2003, 03:16 PM
#1
Location of class files ?
Hello I download a java applet called tcount from
http://www.javaside.com/asp/mus.asp?...s/tcount.shtml
I copied the five class files to the dir with the page I put this html
into
there is also another applet running on the same page I'll
list the code at the bottom of this message.
</center>
<applet codebase="http://195.132.3.82/go/" code=tcount width=60 height=20>
<PARAM name="cabbase" value="tcount.cab">
<PARAM name="host" value="207.228.248.34">
<PARAM name="port" value="7770">
<PARAM name="autochat" value="YES">
<PARAM name="bgcolor" value=13693183>
<PARAM name="fontcolor" value=4210848>
<PARAM name="groupe" value="lobby">
</applet>
the host addy is the address of my chat room same goes for
the port. the 195.135.3.82 I think is the server that tracks the users , not really sure. My question are my class files in the right
directory ? or do I need to do some thing else, the page is at
http://delfly_zero.tripod.com/lobby/lb_login.html the counter box
stops and I get this error
load: class tcount not found.
java.lang.ClassNotFoundException: tcount
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.plugin.net.protocol.http.HttpClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.plugin.net.protocol.http.HttpClient.<init>(Unknown Source)
at sun.plugin.net.protocol.http.HttpClient.New(Unknown Source)
at sun.plugin.net.protocol.http.HttpURLConnection.privBlock(Unknown Source)
at sun.plugin.net.protocol.http.HttpURLConnection$PrivilegedBlockAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.net.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.HttpURLConnection.getResponseCode(Unknown Source)
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 11 more
here is the other applet that runs on the same page.
<html>
<head><title>italk</title>
</head>
<center>
<body bgcolor=#000000 text=#777777 link=#ffffff vlink=#ffffff>
<FORM method="POST" action="http://www.italkanywhere.com/v2/wp/wpax0.php3">
<INPUT type="hidden" name="ConferenceName" value="delfly_zero">
<TABLE height="64">
<TBODY>
<TR>
<TD><P><FONT face="Verdana Ref" size="-1">no password needed:</FONT></P></TD>
<TD><P><INPUT size="20" type="password" name="ConferencePassword" value="86bronc"></P></TD>
</TR>
<TR>
<TD><P><FONT face="Verdana Ref" size="-1">Enter any Nick Name:</FONT></P></TD>
<TD><P><INPUT size="20" type="text" name="username"></P></TD>
</TR>
<TR>
<TD></TD>
<TD><P><INPUT type="submit" name="submit" value="enter"></P></TD>
</TR>
</TBODY>
</TABLE>
</FORM>
<TR>
<TD><P><FONT face="Verdana Ref" size="5">This takes some time to load, But it is well worth the wait. You can talk in here share files design and push your own profiles :</FONT></P></TD>
</TR>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|