[Quickfix-developers] Java question
Brought to you by:
orenmnero
|
From: Christopher K. <chr...@gm...> - 2005-06-22 21:43:47
|
Thank you everyone for contributing to the open source community. It proves that open source tools can work. I am thinking about using quickfix and want to be able to start writing small applications, but I've seem to run into an error. I'm coding in Java and so I tried following the java example code on the quickfix website, but I can't seem to compile. In the MyClass.java example on the website, a Settings object is created: "Settings settings =3D new Settings(new FileInputStream(fileName));" However, the compile can't find this object. I am assuming that the Settings object is something that should be able to be found in the quickfix.jar file (like MessageStoreFactory), but when I look in the quickfix.jar file, I am unable to find it. My classpath is correct since my compile doesn't complain about any of the other objects. Am I missing something here? I obtained the quickfix.jar file from the quickfix-bin-vc7-1.9.4.zip file on the website (windows installer). Thank you again for being such an active community and for addressing this concern. -Chris Kang |