![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Search | Today's Posts | Mark Forums Read |
Development Open Discussion Anything else about the Phex development |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
| ||||
![]() If you want to have a look at a really powerful way to fight spam, you can check the (discontinued) Credence project. They used decentral voting and object reputation for shared files and implemented that in a LimeWire, but LimeWire never added their code to the mainline, so the project eventually died. When I tested it back then, it worked quite well, but it suffered from the problem that it needed to download the initial client ID for signing object votes from a server (to avoid people running a really huge number of instances to kill the algorithm). They were working on moving from central key generation to decentralized crypto-puzzles short before they stopped updating. The project is still available at Credence: Thwarting P2P Pollution , if you'd like to give it a look.
__________________ ![]() -> put this banner into your own signature! <- -- Erst im Spiel lebt der Mensch. Nur ludantaj homoj vivas. GnuFU.net - Gnutella For Users Draketo.de - Shortstories, Poems, Music and strange Ideas. |
| |||
![]() Hi there, I just downloaded it with svn. Now, I want to integrate it into Eclipse 3.4. However, there are some problems of compiling. e.g. import org.apache.commons.httpclient.X cannot be resolved etc. I followed also(http://www.phex.org/wiki/index.php/B...rom_Subversion): 1) With TortoiseSVN installed, from the context menu in windows -> Checkout, I entered as an URL: https://phex.svn.sourceforge.net/svn...ex/phex/trunk/ 2) Copied mvn.exe to the phex folder and executed: maven package. 3) got the error: Unable to locate the Javac Compiler in: C:\Program Files\Java\jre1.6.0_07\..\lib\tools.jar Please ensure you are using JDK 1.4 or above and not a JRE (the com.sun.tools.javac.Main class is required). In most cases you can change the location of your Java installation by setting the JAVA_HOME environment variable. at org.apache.maven.plugin.AbstractCompilerMojo.execu te(AbstractCompiler Mojo.java:516) at org.apache.maven.plugin.CompilerMojo.execute(Compi lerMojo.java:114) at org.apache.maven.plugin.DefaultPluginManager.execu teMojo(DefaultPlugi nManager.java:453) at org.apache.maven.lifecycle.DefaultLifecycleExecuto r.executeGoals(Defa ultLifecycleExecutor.java:559) ... 16 more JAVA_HOME is set to the above C:\Program Files ... path. Any help ? Regards, Last edited by PhexAveiro; February 21st, 2009 at 03:35 AM. |
| |||
![]() First of all you need to have a JDK installed.. JRE is not enough... Then I recommend you use a Maven 2 plugin for eclipse: Installation - q4e - Installation of the plugin. - Google Code Try again if it works better now. |
![]() |
Thread Tools | |
Display Modes | |
| |