|
From: Banaii, A. <ami...@fr...> - 2018-08-09 14:58:19
|
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] |