I am trying to run the following setup:
Debian 7
Wine 1.4.1
Java 7u67
My own JAVA RMI-Server Program - starts already
now I am trying to connect this with a java RMI-client - which fails.
Network connections from outside Linux work fine (http). No firewall active.
Also I can telnet port 1099 (RMI) from outside.
No Exceptions found.
So I wonder why I can not bring the RMI-client to work with the server inside wine?
Windows/Windows RMI works since months.
Thanks for help in advance.
Btw. before someone is asking why I am doing it this way - the server RMI uses a windows dll for which I have no source and which is only available for Windows 32Bit

