Re: [tcljava-user] fileevent and sockets in jacl
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2006-03-23 22:51:46
|
On Thu, 23 Mar 2006 16:47:47 +0100 Marc Ziegenhagen <mz...@pa...> wrote: > Hallo > > Are the commands socket and fileevent now full work in the > newest release? No. Async sockets and fileevents are not implemented in Jacl because they are not implemented in Java. It would be possible to get them implemented in a future release of Jacl, but that would require JDK 1.4 or newer in order to get access to the new nio package. What do folks think about this? Should Jacl 1.4.0 require JDK 1.4 or newer to run? Is anyone still using JDK versions earlier than this? Mo DeJong |