IDEA 3.0.5v2 / Linux 2.6
Hi,
did anyone manage to use IDEA with Linux 2.6.0test9 ?
I am getting "Copy: Invalid Argument" messages when IDEA wants to copy jar files to the $HOME/.IntelliJIDEA/system/jars directory (using Debian testing). It works fine on the same machine with 2.4.
thanks
Jan
请先登录再写评论。
I see the same problem! I'm glad I found your post ... I've been rebuilding kernels like crazy trying to see if it was an option I screwed up. Any solutions yet?
Me too except I'm using Linux kernel 2.6.1. Anybody else following this thread?
There are a few bugs filed for this.
See: (among others)
http://www.intellij.net/tracker/idea/viewSCR?publicId=24830
Basically, it's bug in either the JDK or the kernel, depending on your point of view: The JDK uses functionality (in the NIO package) which isn't supported by the kernel, and doesn't implement fall-back behaviour. The kernel used to provide this fall-back behaviour, but doesn't anymore and returns an errorcode.
Look here for a cause and solution, but it's not easy:
http://www.intellij.net/tracker/idea/viewSCR?publicId=24830#767364
See also this thread on the same topic:
http://www.intellij.net/forums/thread.jsp?forum=22&thread=65896&tstart=30&trange=15
Bas