> The strategies in JBT are loaded dynamically in the class > com.jbooktrader.platform.util.ClassFinder. here the loading from jar > files is not supported, it is looking directly on your harddrive. > > I have modded ClassFinder a little bit to load the strategies from jar > files. In my tests it runs quite good. In the next days I will clean > up the code and post it to the form. >
ClassFinder.java does support loading classes from jar files, so no modifications should be necessary. There is a "Class-Path" attribute in the resulting JAR file which may need to be set correctly. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
