I'd find it helpful to have a better understanding of the Java features I can and can't use in Remote strategies.
I find it surprising that enums aren't available in Remote, as these were introduced 10 years ago. Does this mean that Remote strategies are running against a much older version of Java?
Do we have to restrict our strategies to the version of Java being used in Remote, even though we're compiling locally against Java 8?
If we are restricted, what version of Java are we working with?
I'd appreciate clarification
Thanks!
API Support
Post subject: Re: What Java version is running in Remote?
Both local and remote environments are using Java 7. There should be no restrictions for Enum usage on remote environment, but if you encountered any problem, then please send us a strategy that replicates the case.
scotpip
Post subject: Re: What Java version is running in Remote?