Search code examples
eclipsegwtlauncherapp-launcher

GWT Launcher error because of huge classpath


I am trying to run an GWT application which (unfortunately) has a huge classpath, because if which the GWT launcher fails to load and I get the following error :

CreateProcess error=87, The parameter is incorrect.

Does somebody know a workaround for this solution ?

Thanks in advance..


Solution

  • Ugly and temporary workaround is to move you working folder closer to the HDD root.

    We had the same problem using Datanucleus. The other workaround was to set the builder so that it only enhanced the desired classes.

    But there again as the project grows bigger we might encounter the same problem again.