Hello all, first thank you for Strata. From what I can see in the code base, it looks quite powerful. For background, I like this poster am new at Java development, but I have a background in quantitative finance, C/C++, and higher level languages.
I followed the installation build instructions on GitHub, where the build via Maven was successful on my Mac; however, I am now perplexed as to exactly how to use the code base. Naively I navigate to, for example,
/Strata-master/examples/src/main/java/com/opengamma/strata/examples/
,
and tried to execute, the command javac SwapPricingExample.java
with the hope of creating a jar
file that I could then run with Java; however, this resulted in an error, so clearly I am not doing things correctly.
If anyone could shed light on how to compile or to execute the examples, I would much appreciate it. For instance, is it required that I use Eclipse, or can I simply do things via the command line.