Hi,

I wanted to report a bug fix. This is something I ran into today
trying to run JBT.

File : ClassFinder.java
Function: getClasses

Problem: When trying to populate the classNames inside the for loop, I
think we should check if the filename has a .class extension before
invoking className.lastIndexOf

I added this locally -

if ( className.endsWith(".class"))
        {
                className = className.substring(0, 
className.lastIndexOf(".class"));
                classNames.add(className);
        }
else
        continue;


Let me know if it makes sense.

Thanks,
Sonny.

PS: What is the mechanism for requesting the password for the
Historical data file EX-Jan2007toNov2008.zip?


On Jan 22, 8:19 pm, nonlinear5 <[email protected]> wrote:
> Latest release 
> download:http://jbooktrader.googlecode.com/files/JBookTrader-6.06.zip
> Release Notes:http://code.google.com/p/jbooktrader/wiki/ReleaseNotes
> Historical data (requires a 
> password):http://jbooktrader.googlecode.com/files/ES-Jan2007toNov2008.zip
> Historical data (free 
> sample):http://jbooktrader.googlecode.com/files/ES-January2009.zip
>
> Changes in this release:
>
> -- Fixed a compilation problem with some of the sample strategies.
> -- Fixed a problem where JBT could not distinguish between two
> different Forex contracts with the same symbol (such as EUR.USD and
> EUR.GBP). Reported by Javier.
> -- Minor refactoring of exception handling

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"JBookTrader" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jbooktrader?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to