View Single Post
  #2 (permalink)  
Old May 28th, 2004
arne_bab's Avatar
arne_bab arne_bab is offline
Draketo, small dragon.
 
Join Date: May 31st, 2002
Location: Heidelberg, Germany
Posts: 1,881
arne_bab is a great assister to others; your light through the dark tunnel
Default 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.
__________________

-> 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.
Reply With Quote