The Java – Maven plug-in places – D32 – xstartonfirstthread in the GWT startup file on the Mac
Use the Maven M2 plug-in of sonatype on Mac Unfortunately, whenever I run Maven to "update project configuration", it passes through the VM_ Put "- D32 - xstartonfirstthread" in arguments to modify my app hosted Launch file This will mess up Launch file and make it unavailable to anyone on Windows who needs to run the application
I want to find a way to disable in VM_ Two options are placed in args I spent a lot of time on the Internet and I couldn't find the answer
I run 64 bit eclipse on a Mac The startonfirstthread option should not even be used now because the managed GWT no longer uses SWT but swing
Solution
It may not be the answer you are looking for, but have you considered not adding version control / shared startup files among developers? Just add them to SVN: ignore or Gitignore instead of?