I am not sure about the binary download. For CVS checkout, the file is under biojava-live/demos/eventbasedparsing/. With all the jar files (biojava.jar and bytecode.jar) in your CLASSPATH, you only need to do (assuming your current directory is biojava-live/demos/) :
1. javac eventbasedparsing/TutorialEx1.java 2. java eventbasedparsing.TutorialEx1 files/ncbiblast/shortBlastn.out You should not look for a file by the name of eventbasedparsing.TutorialEx1, in which "eventbasedparsing" is the package name. Chun-Nuan saurabh johri wrote: > Hello, > > I ahve been trying to get started with using BioJava, but was having a > few problems with trying to find the following file: > eventbasedparsing.TutorialEx1 > > which is suppoesed to be located in the demos page, but doesn't seem > to be there, > i was hoping that you could tell me where exactly to get this file from. > > Thankyou in advance > > Saurabh Johri > > > _________________________________________________________________ > Send and receive Hotmail on your mobile device: http://mobile.msn.com > > _______________________________________________ > Biojava-l mailing list - [EMAIL PROTECTED] > http://biojava.org/mailman/listinfo/biojava-l _______________________________________________ Biojava-l mailing list - [EMAIL PROTECTED] http://biojava.org/mailman/listinfo/biojava-l
