|
From: Hasnain K. <kha...@gm...> - 2020-05-28 04:26:51
|
Dear Quickfix-Users: I am having trouble importing QuickFIX/J 2.1.0 (Java version) in to eclipse because of import and package declaration issues. In other words, I can not reference the quickfix java classes in my own application. I am using amazon coretto (Java-SE 11) as my execution environment. What I have tried: 1. I have built Quickfix/J using maven successfully. 2. I have imported the resulting quickfixj-all.jar in to my own project (in eclipse): For quickfixj-all.jar, I get the error: "the package org.quickfixj is not accessible." Therefore, I cannot utilize the quickfix classes in my own application/code. 4. If I import the source files then I have to rename every import org.java.quickfixj to import main.java.org.quickfixj. Is there a way to make it work straight off the bat without refactoring? 5. Furthermore, for the quickfix/j source files I can not access javax.managment. I get the error: "The type javax.management.MalformedObjectNameException is not accessible". It is my understanding that javax.management comes with every java distribution. Does quickfix/j have its own built-in javax package? */The objective is to start using QuickFIX/J 2.1.0 (Java version) seamlessly in my own application within the Eclipse IDE and Amazon Coretto (Java-SE 11) environment/*. At this point, it seems that the online instructions require more detail or at least some more examples. I look forward to your help and guidance. Best regards, Hasnain Khan |