RE: [Biojava-l] Biojava GUI and applets

2003-09-23 Thread hz5
I think it might because you have other files that are needed for the applet, put them all in one others.jar file, and put the others.jar file in the archive param. Should work, I did that, it worked. = Haibo Zhang, PhD student Computationa

RE: [Biojava-l] Biojava GUI and applets

2003-09-21 Thread Schreiber, Mark
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sat 20/09/2003 2:40 a.m. To: [EMAIL PROTECTED] Cc: Subject: [Biojava-l] Biojava GUI and applets Hi, Thanks Mathew! I

[Biojava-l] Biojava GUI and applets

2003-09-19 Thread [EMAIL PROTECTED]
: [Biojava-l] Biojava GUI and Applets Fecha: 19/09/2003 06:15:52 Mensaje: Ah - I think I see potential problems. Firstly, you should have just one archive attribute with a list of archives seperated by spaces and optional white-space. Secondly, you are using file locations for the jars - they need

Re: [Biojava-l] Biojava GUI and Applets

2003-09-19 Thread Matthew Pocock
Ah - I think I see potential problems. Firstly, you should have just one archive attribute with a list of archives seperated by spaces and optional white-space. Secondly, you are using file locations for the jars - they need to be URLs that are relative to your html page that contains the apple

Re: Re: [Biojava-l] Biojava GUI and Applets

2003-09-18 Thread [EMAIL PROTECTED]
Hi, Yes, if I remove biojava.jar I get the same error I tried with and Errors remain CLASSPATH is set to C:\biojava.jar;C:\xerces.jar;C:\bytecode.jar;. Also there is a copy of .jar files in C:\Archivos de programa\Java\j2re1.4.1_04\lib\applet, without this copy

RE: [Biojava-l] Biojava GUI and Applets

2003-09-18 Thread Schreiber, Mark
a.m. To: [EMAIL PROTECTED] Cc: biojava-l Subject: Re: [Biojava-l] Biojava GUI and Applets Hi, If you remove biojava.jar either from the web server or from the applet tags, do you get exactly the same error? If so, then

Re: [Biojava-l] Biojava GUI and Applets

2003-09-18 Thread Matthew Pocock
Hi, If you remove biojava.jar either from the web server or from the applet tags, do you get exactly the same error? If so, then it looks like the applet's path is not being searched. What is the tag you are using to load the applet? Matthew [EMAIL PROTECTED] wrote: Hi, I updated Java Plugi

[Biojava-l] Biojava GUI and Applets

2003-09-18 Thread [EMAIL PROTECTED]
Hi, I updated Java Plugin, it didn't work. I could notice the following exceptions through Java Console: org.biojava.bio.BioError: Couldn't locate AlphabetManager.xml. This probably means that your biojava.jar file is corrupt or incorrectly built rethrown as org.biojava.bio.BioError: Unable to i

Re: [Biojava-l] BioJava GUI and applets question

2003-09-16 Thread Matthew Pocock
Hi, Are you using the Java Plugin from Sun for the browsers? The default VM may well be very out of date (the ie one doesn't even support java 1.2). Matthew [EMAIL PROTECTED] wrote: Hi! I programmed an applet (Swing) and I used several classes from GUI Packages (FeatureTree, MultiLineRenderer

[Biojava-l] BioJava GUI and applets question

2003-09-15 Thread [EMAIL PROTECTED]
Hi! I programmed an applet (Swing) and I used several classes from GUI Packages (FeatureTree, MultiLineRenderer, SequencePanel, etc.). All Applet's components works properly with AppletViewer but not in any Browser. The most calls to BioJava methods apparently are ignored when applet is loaded fro