![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
Help & Support Information on the useage and anything else of Phex
- Unless you are using or asking about PHEX, please do not post in this section (Get ”Phex 3.4.2.163 universal" now) |
| LinkBack | Thread Tools | Display Modes |
| |||
![]() That sounds good! First I recommend to get the sources from: https://phex.svn.sourceforge.net/svnroot/phex/phex/tags/release-3.2.0.102 Although 3.2 is already quite old and there should be better source available in the trunk. But the trunk is going through some big refactoring currently, so I can't recommend to use it. Phex uses Apache ant to build from sources, the scripts are in the build directory. The output/lib directory should contain the JARs after building. There is also some more info on the Wiki: http://www.phex.org/wiki/index.php/B...rom_Subversion What you need to change is in file /src/phex/net/Server.java replace the method hasConnectedIncoming() with the following: Code: public boolean hasConnectedIncoming() { return true; } Gregor |
| |