|
From: Christoph J. <chr...@ma...> - 2018-08-13 07:50:06
|
Hi, I assume you need quickfixj-examples-banzai-2.1.0.jar in the classpath? At least I would assume so given the exception that a Banzai class could not be found. ;) What do you need that old mina lib and backport-util-concurrent in the classpath for? Chris. On 09/08/18 16:45, Banaii, Amir wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > > > Dear quickfixj users, > > Need your help. I got the code compiled and have all the jar files. Following code is my banzai.sh > file. Please let me know what I am missing from the classpath. > > *Your help greatly appreciated. * > > #!/bin/sh > > CLASSPATH=$CLASSPATH:/home/nimble/quickfix/build/libs/quickfixj.jar > > #CLASSPATH=$CLASSPATH:output/eclipse/classes > > CLASSPATH=$CLASSPATH:/home/nimble/quickfix/libs/mina-core-0.93.jar > > CLASSPATH=$CLASSPATH:/home/nimble/quickfix/lib/backport-util-concurrent-2.1.jar > > CLASSPATH=$CLASSPATH:/home/nimble/quickfix/libs/slf4j-jdk14-1.7.25.jar > > CLASSPATH=$CLASSPATH:/home/nimble/quickfix/libs/quickfixj-core-2.1.0.jar > > CLASSPATH=$CLASSPATH:/home/nimble/quickfix/libs/quickfixj-messages-all-2.1.0.jar > > echo $CLASSPATH > > cd .. > > java -classpath "$CLASSPATH" com.fhlmc.nimble.Banzai > > when I run this script, I get the following error: > > Error: Could not find or load main class quickfix.examples.banzai.Banzai > > *Amir Banaii* > Development, Tech Lead > > Financial Engineering > Investments & Capital Markets Div > (Work)703-918-5091 > > (Mobile)703-762-6092 > > http://www.freddiemac.com/images/logos/fm_email_sig.png > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users -- Christoph John Software Engineering T +49 241 557080-28 chr...@ma... MACD GmbH Oppenhoffallee 103 52066 Aachen, Germany www.macd.com Amtsgericht Aachen: HRB 8151 Ust.-Id: DE 813021663 Geschäftsführer: George Macdonald |