From: Moshe S. <ms...@gm...> - 2005-06-12 16:40:34
|
Hi guys, I've worked with the Java Client before (version 1.5a) and I am trying to re-utilize my project on the latest version. Unfortunately, I fail to run even the simplest thing. The following code hangs and never reach the println. public static void main(String[] args) { PlayerClient pc =3D new PlayerClient("localhost", 6665); PositionInterface pi =3D pc.requestInterfacePosition(0, 'a'); = =20 System.out.println("EXIT"); } The player server is up and running and everything works fine when I access it by the c client. Please advise. p.s. I couldn't find any link to java-player from the site of Player/Stage, but to the older version. Shouldn't the link be updated? Thanks, Moshe |