Hi, Also, take into account that issue maybe in GWT generated code, so check it also. Usually some TEMP/..., but you can set it with parameter -gen <compilerArgs> <compilerArg>-gen</compilerArg> <compilerArg>location to where you want it to generate code, could be any temp path</compilerArg> </compilerArgs> Enter code here...
Stas On Monday, May 4, 2020 at 11:52:58 AM UTC+2, foal wrote: > > Hi, > > Instead of the link (btw I use Far Manager), you try to move the project, > or better checkout sources to c:\a and create a new one (the old project > can have a hardcoded path to old location). If it will not help you need to > find out the reason and refactor your code to eliminate too long paths. > > Best, > Stas > > On Monday, May 4, 2020 at 9:49:49 AM UTC+2, Kasper Danielsen wrote: >> >> Hi Stas, >> >> That sounds like my kind of problem. >> I have tried moving my projekt to a root folder like c:a but that did not >> help. I am not sure if it has the same effect as your suggestion. >> If I would make a directory junction (New to me) >> Is it with the mklink command? >> >> >> Best, >> Kasper >> >> torsdag den 30. april 2020 kl. 15.53.29 UTC+2 skrev Kasper Danielsen: >>> >>> When building on Windows I get the error: >>> java.io.IOException: Cannot run program "C:\J8\jre\bin\java": >>> CreateProcess error=206 >>> >>> From googling I can tell that I am not the only one with this problem. >>> It has to do with a command line restriction in Windows on 32k of text >>> as I remember >>> I have tried out a dozen of suggestions from googling with no luck. >>> >>> >>> Using IntelliJ IDEA. Have made an Ubuntu VM where I have the excat same >>> project running with IntelliJ >>> >>> -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/4a416756-76a9-4848-84d8-a5f92fa77241%40googlegroups.com.
