GWT Launcher bug due to huge class path

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

CreateProcess error=87, The parameter is incorrect.

Does anyone know a workaround for this solution?

Thanks in advance.

+3
source share
2 answers

An ugly and temporary workaround is to move the working folder closer to the root of the hard drive.

We had the same problem using Datanucleus. Another workaround was to set the builder so that it only improved the classes needed.

But then again, when the project grows, we will again face the same problem.

+1
source

?

Windows Xp , java- ( CLASSPATH) 8191.
(, , ).

, CLASSPATH java-, Java Glossary.

+1

Source: https://habr.com/ru/post/1758298/


All Articles