[Biojava-l] (no subject)

Schreiber, Mark mark.schreiber@agresearch.co.nz
Wed, 14 Mar 2001 08:49:24 +1300


Hi,

I have been using JBuilder4 extensivley with biojava and there are two
possible causes for your problem.

1) If you have not downloaded the source files and placed them on the source
path of the project you are working with then JBuilder4 will run a reverse
compiler on the class which will show only method stubs. One way that you
can know this is that the import statements will look kind of wierd like

import java.util.Iterator

rather than 

import java.util.*;

which is more commonly used in source files generated by humans rather than
decompilers.

2) You are looking at the interface classes. These will be marked with the
interface keyword and show a slightly different icon in the structure pane
(the exact icon depends on your version of Jbuilder). Classes that implement
the interfaces have the method definitions.

If you need more help with setting up paths etc in JBuilder give me a yell.

Mark 

> -----Original Message-----
> From: Subba_ Raju [mailto:Subba_Raju@i-labs.ws]
> Sent: Tuesday, March 13, 2001 7:23 PM
> To: biojava-l@biojava.org
> Subject: [Biojava-l] (no subject)
> 
> 
> 
> dear biojava associate 
> i found very interesting in using biojava but i couldnt see th
> eimplementation of methods when i try to open the classes in 
> jbuilder .
> can u give me ur suggestions n using biojava code and how to 
> obtain method
> implementation..
> thanks for u r earlier attention
> Subba Raju,
> iL@bs ltd,plot no-97,
> Road no-3,Banjarahills,
> Hyderabad-500037.
> 
> 
> 
> _______________________________________________
> Biojava-l mailing list  -  Biojava-l@biojava.org
> http://biojava.org/mailman/listinfo/biojava-l
>