This is very strange. This sort of error nearly always happens because of a miss-configured classpath. Could you send me:
The html of the page that causes the problem The URL of the jars the page should be referencing A URL that I can point my browser at that causes the problem It is difficult to debug something like this without the program actually infront of me. Matthew On Tuesday 02 October 2007, [EMAIL PROTECTED] wrote: > Respected Sir, > > I am sorry if I sent you a direct mail but this is a kind of emergency and > I am not getting any substantial response from the biojava mailing > community. > I a graduate student at Georgia Institute of technology.We are working on > creating a Teaceviewer applet for viewing the Sequence using biojava > library. > I am able to create the applet using netbeans and run it there. > The error comes when I upload it on net. I am getting this particular > error. > > java.lang.NoClassDefFoundError: > org/biojava/bio/gui/sequence/SequenceRenderer at > java.lang.Class.getDeclaredConstructors0(Native Method) > at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) > at java.lang.Class.getConstructor0(Unknown Source) > at java.lang.Class.newInstance0(Unknown Source) > at java.lang.Class.newInstance(Unknown Source) > at sun.applet.AppletPanel.createApplet(Unknown Source) > at sun.plugin.AppletViewer.createApplet(Unknown Source) > at sun.applet.AppletPanel.runLoader(Unknown Source) > at sun.applet.AppletPanel.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > > I am getting an error only for SequenceRenderer class.Even If I comment > that out still it is giving me error. > > I have set the classpath as well as the path variables and also I am > giving the archive field in the applet code so as the biojava library will > be available. > > Is there any particular thing required which I probably am missing? > Please guide me on this topic. > I would really appreciate your gesture. > Thanks a lot in advance. _______________________________________________ Biojava-l mailing list - [email protected] http://lists.open-bio.org/mailman/listinfo/biojava-l
