Which Html tag are u using to invoke that applet or which version of appletviewer are you using?
Main Topics
Browse All TopicsI have an applet that had NOTHING to do with beans.
some times, in explorer 5 and windows 98, I get an error without a stacktrace that looks like :
java.io.FileNotFoundExcept
www.host:80/AppletNameBean
<AppletName is the name of my applet>
and it dies.
any idea what the hell is the meaning if this?
and what do I do about it?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
one of the possibility is that u don't include the tag properly:
try this:
<p><applet code="MoreHelloApplet.clas
width="200" height="50"></applet>
* MoreHelloApplet.class is my class.
for a complete workable model pls refer to
http://pwp.maxis.net.my/ek
all the best. : )
in general is error is HARD to reproduce.
I only seen it on one machine, and even there it shows up only sometimes.
I get NO stacktrace, just this error.
about sample code :
sample of what exactly?
this is a very hueristic error, I cant really put my finger on the problem, so I dont have any idea about which sample to post.
i`ll post more info (applet tag and java console dump) on sunday.
well, if u think that is a guess, i have write it and run it.
beside the tag mistake, u can check on your environment setting.
i think the best way is to post your applet here, and let other to identify your code error.
answer is different, when u can provide a workable model,that's all.
any comment is appreciated.
omry_y - here's the answer:
http://support.microsoft.c
Business Accounts
Answer for Membership
by: heyhey_Posted on 2000-11-16 at 23:00:57ID: 5409525
can you post the full exception stacktrace (sample code will help too)