The Artima Developer Community
Sponsored Link

Java Answers Forum
having trouble with java applets

3 replies on 1 page. Most recent reply: Apr 7, 2002 5:58 PM by Kasim Hanif

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 3 replies on 1 page
Julie

Posts: 13
Nickname: champ
Registered: Mar, 2002

having trouble with java applets Posted: Apr 6, 2002 1:17 PM
Reply to this message Reply
Advertisement
what does it mean when everything is compiled...javac, html - and when you open html in the browser only a gray box appears and when you put the mouse over it down in the left corner it says "class xxxx not found"? Any clue as to what I might be doing wrong? I just downloaded IE 6 but it doesn't seem to have helped.
All help is much appreciated.


Neva Mohammad

Posts: 28
Nickname: neva
Registered: Apr, 2002

Re: having trouble with java applets Posted: Apr 6, 2002 9:46 PM
Reply to this message Reply
Are you using swing? I have the same problem when I am using swing applets. These need to be compiled separately using Java VM - so I've been told.(java.sun.com has an entire few pages dedicated on how to set that up - called "Making your browser Swing") If you're not using swing then you shouldn't have a problem as long as the class file is in the same folder as the html file/page.
I hope this helps.

Kasim Hanif

Posts: 11
Nickname: kasim
Registered: Apr, 2002

Re: having trouble with java applets Posted: Apr 7, 2002 5:57 PM
Reply to this message Reply
Hi

I am having this problem as well i keep getting class not found and i am using swing, i cant seem to find the section you referred to on the sun website, have u got an url or any other tips

thanx

Kasim Hanif

Posts: 11
Nickname: kasim
Registered: Apr, 2002

Re: having trouble with java applets Posted: Apr 7, 2002 5:58 PM
Reply to this message Reply
oh its ok i have found it lol

Flat View: This topic has 3 replies on 1 page
Topic: how to get the context information Previous Topic   Next Topic Topic: JTextPane problem

Sponsored Links



Google
  Web Artima.com   

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