|
From: Christoph J. <chr...@ma...> - 2020-05-28 22:18:15
|
Hi, your error messages in points 2 and 5 sound like a problem with Java modules and/or Java 11. Could you maybe set the projects compiler level and/or build path to use JDK8? QuickFIX/J does not consist of Java modules. Cheers, Chris. On 28.05.20 06:26, Hasnain Khan wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > > 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 > > > > > _______________________________________________ > 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 |