Gnutella Forums

Gnutella Forums (https://www.gnutellaforums.com/)
-   New Feature Requests (https://www.gnutellaforums.com/new-feature-requests/)
-   -   A standalone-core without interface (https://www.gnutellaforums.com/new-feature-requests/25814-standalone-core-without-interface.html)

arne_bab May 28th, 2004 06:00 PM

A standalone-core without interface
 
HI,

I'd like to be able to open the Core.jar without the need of having an interface.

The interface consumes much RAM (at least that is what I assume where my RAM goes, because Acquisition, which uses the core with a different interface, takes much less memory), so I'd like to be able to start LimeWire, set my downloads and quit it. Then launch the Core alone, which doesn't use an interface, and have it continue my download (and allow uploads) in the background.

Better still would be, if I could shut down the main-interface and replace it with a minimal interface (which takes almost no RAM, because it only consists of a button to restart the main-interface and inbound traffic and outbound traffic statistics, maybe also the number of active and inactive uploads and downloads), and then do the turn around from the minimal-interface, when I need to change anything.

arne_bab May 28th, 2004 06:16 PM

First result of my thinking
 
I managed to thrwo together a runosx-file for the core. It must be in the Core-directory 8as far as I know). Just replace the text in the "run"-file with the following:
-----
#!/bin/sh

CLASSPATH=.:../core:../lib/messagebundles/:../lib/jars/collections.jar:\
../lib/jars/xerces.jar:../lib/jars/MRJToolkitStubs.jar:\
../lib/jars/logicrypto.jar:../lib/jars/mp3sp14.jar:\
../lib/jars/jl011.jar:../lib/jars/themes.jar:\
../lib/jars/commons-httpclient.jar:../lib/jars/commons-logging.jar:\
../lib/jars/i18n.jar:../lib/jars/id3v2.jar:../lib/jars/icu4j.jar:\
../lib/jars/ProgressTabs.jar:../lib/jars/log4j.jar:../lib/jars/cryptix.jar:\
../lib/jars/jcraft.jar:\
/System/Library/Java

export CLASSPATH

java -Djava.library.path=../core/bin \
-Djava.util.logging.config.file=jdk14.logging.prope rties \
-Djava.endorsed.dirs="" \
com.limegroup.gnutella.Main
-----
THis is a crude hack, for which I simply took the runosx-file for the GUI.


All times are GMT -7. The time now is 07:00 AM.

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.