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. |