I am doing Software Engineering at university. Currently I am working on an elevator control project which require writing Ada code to interface with Java. The interface is through a tcp socket connection. The Ada code is to connect with a network socket created in Java then pass messages across. Enclosed sample Java code which creates the socket. Anyone with some ideas how this is done would be appreciated. Richard