Get source code
You can see the LimeWire code through your browser without downloading anything extra. Additionally, you can import the code through an IDE (we recommend this method using Eclipse because it's cross-platform and open source) or via the command line with CVS.
Browse source files
You can use your web browser to navigate through the LimeWire project's sub directories to see the source files. Also with Fisheye, you can see when changes were made to code.
Tools:
Checkout with CVS
Log in to LimeWire's CVS server and check out a copy of the current source code using guest as the user name and password:
cvs -d:pserver:guest@cvs.limewire.org:/cvs login cvs -d:pserver:guest@cvs.limewire.org:/cvs checkout limewire
Tools:
- Build with Ant
- Code Documentation
- CVS Cheat Sheet
- Get Cygwin
- Download Java 6 +
- Run from command line with 'run.bat' at ...\limewire\
Use Eclipse
In Eclipse, click File, Import..., CVS, Projects from CVS, and click Next.
Create a new repository location with the following information:
Host: cvs.limewire.org
Repository path: /cvs
User and Password: guest
Then use LimeWire as the specified module.
Tools:
- Code Documentation
- Get Eclipse
- Download Java 6 +
- LimEclipse Run Configuration plugin
- Run from source
Changelog
You can view the changes in various versions of LimeWire from July, 2001 to the current version.
For additional information, see:


