[Biojava-l] Applets

Thomas Down td2@sanger.ac.uk
Thu, 21 Feb 2002 16:01:45 +0000


On Thu, Feb 21, 2002 at 01:22:04PM +0000, Kevin Glover wrote:
> Thomas Down wrote:
> 
>  > How are you invoking the applet?  Could you send a copy of
>  > the <applet> element from your document?
>  >
> 
> <applet code="myGrid.seqviewer.FastBeadApplet" width="100%" height="100%">
> 
> Though I've also tried:
> 
> <applet archive="biojava-1.20.jar" 
> code="myGrid.seqviewer.FastBeadApplet" width="100%" height="100%">


Hmmm, how come in the first example it's able to find any
BioJava classes at all?  Have you included an unpacked copy
of BioJava in your directory structure.

The second example looks correct (although you also need an
XML parser -- but that won't solve the immediate problem...)

Have you tried jdk1.4.0?

   Thomas.