swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: files required


From: david ROBIN
Subject: Re: files required
Date: Thu, 13 Jan 2000 02:56:14 -0800 (PST)

Hi, i send the difference between the original
javaswarm script and the modified one:

jdkdir=${SWARMROOT}
changes into 
jdkdir=jdkdir="/jdk1.2"
(if jdk1.2 is located in c:\jdk1.2)


JAVALIBS="${SWARMROOT}/bin:${SWARMROOT}/lib/kaffe"
changes into
JAVALIBS="${SWARMROOT}/bin:${jdkdir}/jre/bin/java"


_JAVACLASSES="${SWARMROOT}/share/kaffe/Klasses.jar"
changes into
_JAVACLASSES="${jdkdir}/jre/lib/rt.jar"

JAVACMD=${jdkdir}/libexec/Kaffe
changes into
JAVACMD=${jdkdir}/bin/java




__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]