when using Eclipse 3.4 you have the possibility to pack your project into a single jar file. you have to do the follwing: * click on your project * right mouse button -> Export * choose Runnable JAR file then press the next button * choose your JBT launch configuration and the destination folder then press the finish button
this generates a single jar file *but this is only the half way!* 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. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
