I'm building a simple JavaFX app to pull down financial transactions from my bank and would like to use OFX4J. My background is C++ in embedded systems, but I'm venturing into Java with this.
Could you please provide some advice on the simplest approach to including the OFX4J code in my app? E.g. build one or more JAR files? Or possibly include as java files in the project folder?
I'm building a simple JavaFX app to pull down financial transactions from my bank and would like to use OFX4J. My background is C++ in embedded systems, but I'm venturing into Java with this.
Could you please provide some advice on the simplest approach to including the OFX4J code in my app? E.g. build one or more JAR files? Or possibly include as java files in the project folder?
Appreciate any guidance and direction. -Jay