The Artima Developer Community
Sponsored Link

Java Answers Forum
how to run applets in browsers

1 reply on 1 page. Most recent reply: Jul 24, 2002 1:23 AM by Joey

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
guneet

Posts: 1
Nickname: guneet
Registered: Jul, 2002

how to run applets in browsers Posted: Jul 23, 2002 2:49 AM
Reply to this message Reply
Advertisement
i am unable to run any applet class file using the <applet> tag
if someone could tell me how to run an applet and close it in a browser it would be nice... i am getting an error like applet not initialised...


thanks
guneet


Joey

Posts: 12
Nickname: joey
Registered: Jul, 2002

Re: how to run applets in browsers Posted: Jul 24, 2002 1:23 AM
Reply to this message Reply
-it could be there's something wrong with the java instal.

if this is the problem go to http://java.sun.com/
and get the latest version.

-if this isn't the problem, instead of using the <applet> tag try using the <object> tag, it's almost the same

-if you read or write in your applet, it could also gives this problem(I'm trying to solve this problem right now by using a servlet to read and write)

Greetz Joey

Flat View: This topic has 1 reply on 1 page
Topic: Making small program w/ filter... filters dont work. Help? Previous Topic   Next Topic Topic: j2me urgent help

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use