Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #9225
| From | Novice <novice@example..com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Applet Question |
| Date | 2011-10-27 01:04 +0000 |
| Organization | Your Company |
| Message-ID | <Xns9F8AD737540FEjpnasty@94.75.214.39> (permalink) |
| References | <Xns9F8A8E4E54BE8jpnasty@94.75.214.39> <cc7ha7p22o5kqme4sh3ukcjkddbjorhrj3@4ax.com> |
Roedy Green <see_website@mindprod.com.invalid> wrote in news:cc7ha7p22o5kqme4sh3ukcjkddbjorhrj3@4ax.com: > On Wed, 26 Oct 2011 17:54:51 +0000 (UTC), Novice <novice@example..com> > wrote, quoted or indirectly quoted someone who said : > >> >>Have applets become obsolete? If not, how do I debug them if they work >>fine in my development environment? > > You don't debug them in a browser. You debug them as applications, > and once they work, run them as Applets in various browsers to test > them. > see http://mindprod.com/jgloss/hybrid.html > > See http://mindprod.com/jgloss/applet.html > http://mindprod.com/jgloss/japplet.html > for additional hints. Thank you. I will take that into consideration for the next applet I develop. > Forget that <object nonsense. It is not needed. It just creates a > massive opportunity for error. The old <applet tags work fine in any > browser that supports Java. It is sadistic to impose that sort of crap > on newbies. It's good to know that the <applet> tag is still supported. I recently switched to using XHTML 1.0 and when I first noticed that the applet no longer worked - after not having tried it for some time - I thought it might be the <applet> tag that was the problem. Apparently, that tag is deprecated in XHTML 1.0 so I commented out the <applet> tag and tried to write an appropriate <object> tag. Luckily, <object> worked fine once I fixed a typo but I couldn't tell that it was working until I got the Java Console to work; that informed me that I was simply missing some classes in my jar. That led to my next question, which I see you've already answered.... -- Novice
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
Applet Question Novice <novice@example..com> - 2011-10-26 17:54 +0000
Re: Applet Question markspace <-@.> - 2011-10-26 11:37 -0700
Re: Applet Question Novice <novice@example..com> - 2011-10-26 19:26 +0000
Re: Applet Question "John B. Matthews" <nospam@nospam.invalid> - 2011-10-26 22:38 -0400
Re: Applet Question Roedy Green <see_website@mindprod.com.invalid> - 2011-10-26 16:53 -0700
Re: Applet Question Novice <novice@example..com> - 2011-10-27 00:55 +0000
Re: Applet Question "Nasser M. Abbasi" <nma@12000.org> - 2011-10-26 21:51 -0500
Re: Applet Question Roedy Green <see_website@mindprod.com.invalid> - 2011-10-26 21:43 -0700
Re: Applet Question Roedy Green <see_website@mindprod.com.invalid> - 2011-10-26 16:56 -0700
Re: Applet Question Novice <novice@example..com> - 2011-10-27 01:04 +0000
Re: Applet Question Roedy Green <see_website@mindprod.com.invalid> - 2011-10-26 17:57 -0700
Re: Applet Question Arne Vajhøj <arne@vajhoej.dk> - 2011-11-06 15:20 -0500
Re: Applet Question "Nasser M. Abbasi" <nma@12000.org> - 2011-11-06 14:34 -0600
Re: Applet Question Arne Vajhøj <arne@vajhoej.dk> - 2011-11-06 15:41 -0500
csiph-web