Eclipse generates the following MANIFEST.MF file: Manifest-Version: 1.0 Class-Path: . Main-Class: com.jbooktrader.platform.startup.JBookTrader
Name: com/toedter/calendar/JCalendar.class Java-Bean: True Name: com/toedter/components/JSpinField.class Java-Bean: True Name: com/toedter/calendar/JYearChooser.class Java-Bean: True Name: com/toedter/components/JLocaleChooser.class Java-Bean: True Name: com/toedter/calendar/JMonthChooser.class Java-Bean: True Name: com/toedter/calendar/JDateChooser.class Java-Bean: True Name: com/toedter/calendar/JDayChooser.class Java-Bean: True --------------- EOF MANIFEST.MF------------------- can you give advice on how to set the Class-Path param? in the moment it has the value "." On Sep 10, 7:41 pm, Eugene Kononov <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
