Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • possible duplicate of CreateProcess error=206, The filename or extension is too long Commented May 9, 2012 at 15:55
  • Might be useful: bugs.eclipse.org/bugs/show_bug.cgi?id=327193 Commented May 9, 2012 at 16:01
  • I want to understand whether C:\Program Files (x86)\Java\jre6\bin\javaw.exe is long or the other one C:\Users\motiver\helios_workspace\TimeTracker. I'm also having the same problem. Commented Feb 27, 2017 at 5:22
  • 2
    Posterity: I had a similar situation but, with a simple enterprise application deployed on WLS and client from on Eclipse. What I noticed was the classpath was enormous as Eclipse, by default, included entire WLS library(all jars). I removed it and added, just, weblogic.jar(only required). Afterwards, it worked fine. So, by my observation, just remove unnecessary jars. Commented Jan 11, 2019 at 12:18
  • Related question: stackoverflow.com/q/201816/873282 Commented Jul 3, 2024 at 23:24