What is the proper way to embbed an applet to a HTML page?
I'm looking for a new language to learn and I found Java really interesting... I'm just new here and I want to learn a lot from everyone... I did my first java program which is a message of hello world on a DOS screen... how to put that program to a HTML... how to embed an applet on a HTML page?.... I recently installed jdk 1.6.0.. Is there a compatibility issue regarding what browser i have? if there is, is there a plugin for it to make it run on my browser.... tnx.?
[481 byte] By [
Johnardxa] at [2007-11-26 19:55:00]

> I'm looking for a new language to learn and I found
> Java really interesting... I'm just new here and I
> want to learn a lot from everyone... I did my first
> java program which is a message of hello world on a
> DOS screen... how to put that program to a HTML...
> how to embed an applet on a HTML page?
Google for an applet tutorial.
> .... I recently
> installed jdk 1.6.0.. Is there a compatibility issue
> regarding what browser i have? if there is, is there
> a plugin for it to make it run on my browser.... tnx.?br>
Yes, there's a plugin to download, but JDK 1.6 has probably already installed the correct plugin in your browswer. (The applet tutorial will probably explain this as well)
Kaj