I've followed the instructions under the Getting Started section of the docs and everything seems to have downloaded properly, but when attempting to run the 'runClient' run configuration I receive the following error:
Unrecognized option: -p
Error: Could not create the Java Virtual Machine.
Full output (very messy):
It seems like there are issues with the Gradle-generated run configurations (at least for IntelliJ), specifically somewhere within the JVM arguments. Here's what was generated in VM options field for the 'runClient' run configuration:
I've tried googling around for documentation on what valid options are in the event that maybe there is just a typo, but I am not quite sure what all these arguments are doing and I'm not very experienced with JVM arguments, so I'm a bit at a loss. I imagine the solution is fairly trivial, but just a bit outside my area of expertise. Any help is appreciated.
Thanks!