[Biojava-l] Applets

Kevin Glover ktg@Cs.Nott.AC.UK
Thu, 21 Feb 2002 17:09:26 +0000


Thomas Down wrote:

 > 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.

No, but both biojava and an XML parser exist in my classpath.

 > 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?
 >
Not yet, still trying to download a copy without the download cutting 
out half way through. Know of any UK mirrors I can use?

Kevin