Re: java applet grey in browser
"polilop" <fmatosic@xxxxxxx> wrote in message
news:d8q7vu$k3r$1@xxxxxxxxxxxxxxxxx
>i have an java applet, and when i start it it shows a
> gray win with x. the console shows
>
> java.lang.NoClassDefFoundError: GeomApplet (wrong name: vj3/GeomApplet)
>
> my class file is in the same folder as the html page where i put
> <APPLET CODE="GeomApplet.class" WIDTH="353" HEIGHT="207" VIEWASTEXT
> ></APPLET>
Maybe GeomApplet is part of a package and you haven't reproduced the
package structure properly. Difficult to tell without the original source
code it came from.
- Oliver
.
Relevant Pages
- Re: Rip Java applet from a web site
... Is it possible to rip a java applet from a web site? ... get hold of the .class file. ... Surely the .jar files are in the same place as the .class files, ... (comp.lang.javascript) - Re: why does my banner ad not work - I followed the directions
... by any chance a java applet? ... > followed the directions WORD FOR WORD about a dozen times now AND IT STILL ... I do get the first photo I load up on the page BEFORE I load to ... > or preview but only gray there. ... (microsoft.public.frontpage.client) - Re: How can I use .CLASS files in FP2003?
... "Viken Karaguesian" wrote in message ... If there is one Java class file intended to work as a Java applet you just ... It is a little different if the code is in a JAR or CAB archive. ... (microsoft.public.frontpage.client) - java applet grey in browser
... gray win with x. the console shows ... java.lang.NoClassDefFoundError: GeomApplet (wrong name: vj3/GeomApplet) ... (comp.lang.java) - Re: VS2005 Default Class
... I have created a Console Application. ... Set the access modifier to public ans save the class file as your own class ... item template. ... Prev by Date: ... (microsoft.public.dotnet.languages.csharp) |
|