D
DenDuze
Guest
I tried the use of the ServerSocket-class. This works great in development (Windows) When I move the code to our test environment (linux) and I want to compile the source I'm getting the following error. Invalid datatype specified: com.dotr.socket.serversocket. Specify a xdatatype such as 'character' or the name of a class. (5638) Could not understand line 1. (196) . So why do i get this error on the following statement: define variable oServerSocket as com.dotr.socket.ServerSocket no-undo. When I look to my propath the ServerSocket.cls is in the correct directory and has the correct casing. Is there some catch with compiling classes on Linux?? Regards
Continue reading...
Continue reading...