Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   Open Discussion topics (https://www.gnutellaforums.com/open-discussion-topics/)
-   -   CleanLimewire - where? (https://www.gnutellaforums.com/open-discussion-topics/10102-cleanlimewire-where.html)

InnocentBystander April 5th, 2002 01:16 AM

CleanLimewire - where?
 
I'm looking for the latest spyware free build, but both the geocities page and cleanlimewire.com seem to be gone...

Does anyone know a new URL?

Morgwen April 5th, 2002 04:14 AM

Send Trustarwarrior or VTOLfreak a PM!

Morgwen

GiggleSpit April 5th, 2002 04:42 AM

Take a look at my other post:
http://www.gnutellaforums.com/showth...?threadid=9627

gratis April 5th, 2002 06:29 AM

freelimewire -- i guess they went with peppers?

http://www.freewirep2p.com/

InnocentBystanders April 5th, 2002 07:14 AM

hm, that freewire site looks strange...

I liked how Clean LimeWire had a simple ZIP for download, not these strange .exe installers where you never know what they do.

Looks like my best bet is to compile the sources myself now... but just what happened to Clean Limewire, and why did their sites all die?

gratis April 5th, 2002 08:14 PM

no i'm pretty sure that is clean limewire. They were facing potential legal issues for using "limewire" in their name. One of the choices they were throwing around was "freewire." I don't see any names of the developers for some reason or other, but i'm 90% sure it's the same sw.

MamiyaOtaru April 6th, 2002 01:28 AM

I don't think it is Clean Limewire. I posted why elsewhere.

I of course say go with AquaLime. Simple zip download, and it looks nice. http://MamiyaOtaru.mangatoanime.com

Simplest way really is to get the code yourself and compile it. The source code that is available at LimeWire.org is for the pro version
___________
shameless promoter

InnocentBystander April 6th, 2002 03:01 AM

ok, so I'm lazy

but your site is really missing a link for direct download of the zip...

Unregistered April 6th, 2002 10:26 AM

nah, it's not the new CLW i don't think, cause it looks like they've started to make changes to the code.

i'm interested to see what they do with it.. lw is cool, but.. uh.. not that cool.
:)

sipher April 6th, 2002 06:30 PM

Quote:

Originally posted by MamiyaOtaru
I don't think it is Clean Limewire. I posted why elsewhere.

I of course say go with AquaLime. Simple zip download, and it looks nice. http://MamiyaOtaru.mangatoanime.com

Simplest way really is to get the code yourself and compile it. The source code that is available at LimeWire.org is for the pro version
___________
shameless promoter

Know where i can get something to compile it for free?

sipher April 6th, 2002 07:07 PM

Is this source clean and the pro version?
http://download.limewire.org/servlet...wnload&dlID=15

GiggleSpit April 6th, 2002 08:31 PM

Only the CVS is without the ads, but you can modify the source if you want in order to take out the ads.

sipher April 6th, 2002 09:29 PM

Thanks for the info

I can't get the damn thing to compile do you have nay idea what I'm doing wrong?

I get this:

"
C:\WINDOWS\Desktop\limewire\core>set JAVA_HOME=D:\Programs\JavaSoft\JRE\1.3.1_03


C:\WINDOWS\Desktop\limewire\core>set CLASSPATH=.;../gui/lib/collections.jar;../g
ui/lib/xerces.jar;../gui/lib/MRJToolkitStubs.jar

C:\WINDOWS\Desktop\limewire\core>
C:\WINDOWS\Desktop\limewire\core>ant
Buildfile: build.xml

init:

core:
[javac] Modern compiler is not available - using classic compiler
[javac] Compiling 148 source files to C:\WINDOWS\Desktop\limewire\core

BUILD FAILED

C:\WINDOWS\Desktop\limewire\core\build.xml:43: Cannot use classic compiler, as i
t is not available A common solution is to set the environment variable JAVA_HOM
E to your jdk directory.

Total time: 2 seconds"

I downloaded the JDK and the JRE whatever they are (JDK was huge like 50 megs). When I set my JAVA_HOME to the JRE path (D:\Programs\JavaSoft\JRE\1.3.1_03) I get hte above message if I set it to the jdk path (D:\Programs\JavaSoft\jdk1.3.1_03) It says bad command or file name when it tries to run ant. I'm lost.

GiggleSpit April 7th, 2002 08:02 AM

OK. I stumbled at first as well. What you need to do first is set the properties for each of the bat files to have more memory. click on the memory tab for the properties and pick like 2560. This works for me. Make sure you compile core before gui. Do a search for *.class first and delete them all. That way the compiler will make all new good copies. Then you will need to copy the com directories under core and gui to one com directory. Then do a search for *.java in that new com folder and delete all the java files. Then use winzip to zip the com folder and keep the directory structure. Name that new file "LimeWire.jar" (Jar files are really zip files). You will also need to make a jar file containing RunLime.class, RunLime$1.class, and RunLime$2.class. They will be in the gui folder. If you need more help, I am available for IM and I can help you that way.

Unregistered April 7th, 2002 09:04 AM

http://www.filemirrors.com/
 
Download the clean limewire here:

http://www.filemirrors.com/search.sr...114&perpage=30

InnocentBystander April 7th, 2002 10:16 AM

nice, that site also helped me find AquaLime (which looks much cooler btw)

http://www.unitethecows.com/software...me231Retro.zip

sipher April 7th, 2002 10:50 AM

Re: http://www.filemirrors.com/
 
Quote:

Originally posted by Unregistered
Download the clean limewire here:

http://www.filemirrors.com/search.sr...114&perpage=30

2.3.3 is the latest version

sipher April 7th, 2002 10:57 AM

Quote:

Originally posted by GiggleSpit
OK. I stumbled at first as well. What you need to do first is set the properties for each of the bat files to have more memory. click on the memory tab for the properties and pick like 2560. This works for me. Make sure you compile core before gui. Do a search for *.class first and delete them all. That way the compiler will make all new good copies. Then you will need to copy the com directories under core and gui to one com directory. Then do a search for *.java in that new com folder and delete all the java files. Then use winzip to zip the com folder and keep the directory structure. Name that new file "LimeWire.jar" (Jar files are really zip files). You will also need to make a jar file containing RunLime.class, RunLime$1.class, and RunLime$2.class. They will be in the gui folder. If you need more help, I am available for IM and I can help you that way.
It gave me the same error.

Out of curiosity why does it want .jar files/.zip files? That just gives it something to decompress - would that slow down the operation of a program?

Which memory box did you use Total conventional Inital environment conventional Expanded Memory (***), Extended memory (XMS), or MS-DOS protected-mode memory (DPMI)? And which check boxes did you use, there's one at the top under total conventional that says protected, and under extended there's "Uses HMA". I tried setting total to 640 (as high as it can go) and XMS to 3072. No difference at all. Also there were no class files to delete.

How can I IM you?

Thanks!

Morgwen April 21st, 2002 10:38 AM

Quote:

Originally posted by gratis
no i'm pretty sure that is clean limewire.
NO!

The developers of freewire and clean Limewire are not the same AFAIK!

Morgwen

sipher April 21st, 2002 11:10 AM

what does AFAIK mean?

Morgwen April 21st, 2002 11:34 AM

As far as I know!

Morgwen

GiggleSpit April 21st, 2002 04:17 PM

OK, the memory thing I was talking about is the one that is for initial environment. I just left all the other stuff as is. The jar files are really zip files, and that's what Java uses. My username in this forum is my AIM name, so you can IM me that way. I am usually on at night (USA time).


All times are GMT -7. The time now is 01:26 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.

Copyright © 2020 Gnutella Forums.
All Rights Reserved.