This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcc web site note
>> * Michael, can you send details on java.nio and the updates to the
>> protocol handlers (if interesting/significant)?
Michael> NIO has working buffers (direct and non-direct buffers),
Michael> fundamental file and socket operations possible.
Michael> We are using HTTP 1.1 and support the POST method now.
Thanks, I've updated my patch.
>> + <li><a href="http://www.eclipse.org/">Eclipse 2.x</a> will run
>> + out of the box using <code>gij</code>.</li>
Michael> Only with the NIO filelocking workaround.
That's Eclipse 3.x, which hasn't been officially released yet.
I believe we work ok with no changes with Eclipse 2.x.
Tom