Galera,
Estou recebendo esse erro no IE ao chamar meu applet..
Java Plug-in 1.5.0_15
Using JRE version 1.5.0_15 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\Administrator
Clear classloader cache ... completed.
load: class com.tcc.AgendaLista.class not found.
java.lang.ClassNotFoundException: com.tcc.AgendaLista.class
at sun.applet.AppletClassLoader.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)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<applet code="com.tcc.AgendaLista.class" width=200 height=200>
</applet>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
</body>
</html>
Está junto do arquivo.class em
C:\Documents and Settings\Administrator\workspace\projetoTCC\build\classes\com\tcc\AgendaLista.class
C:\Documents and Settings\Administrator\workspace\projetoTCC\build\classes\com\tcc\Teste.html
Estou usando o eclipse...alguma dica ? Detalhe: no elipse funciona !
valeu!