On Tue, 17 Nov 1998, Pavel Tolkachev wrote:
> > IMO, the cross-platform capabilities of java are seriously hurt by all the hoops
> > that end-users have to jump through (setting up classpaths, .sh/.bat files, etc)
> > just to get someone elses application to run. Admittedly, java installshield an
idea is you symbolically link your jars to there.
>
> M.
>
> > From: Mario Camou <[EMAIL PROTECTED]>
> > CC: [EMAIL PROTECTED]
> > Subject: Re: Basic installation. Please Help.
> >
> > What does it use, then?
> >
> > -Mario.
> >
> > [E
My understanding is that all jars found in a certain directory are
used. I suppose the idea is you symbolically link your jars to there.
M.
> From: Mario Camou <[EMAIL PROTECTED]>
> CC: [EMAIL PROTECTED]
> Subject: Re: Basic installation. Please Help.
>
> What does it u
What does it use, then?
-Mario.
[EMAIL PROTECTED] wrote:
> > I do hope someone comes up with a better idea than classpath RSN: mine runs
> > to well over 2K.
>
> 1.2 does not use classpath, praise be.
>
> M.
In JDK 1.2, it works similar to what you want. Any Jar files
you put in a certain directory are automatically in the classpath.
Look at the
JDK 1.2 docs.
Bryce McKinlay wrote:
John Summerfield wrote:
> On Sun, 15 Nov 1998, Kenny Freeman wrote:
>
> > Hi, you have to add the path to the jar f
> IMO, the cross-platform capabilities of java are seriously hurt by all the hoops
> that end-users have to jump through (setting up classpaths, .sh/.bat files, etc)
> just to get someone elses application to run. Admittedly, java installshield and
> the like do do a good job of setting this stuff
> I do hope someone comes up with a better idea than classpath RSN: mine runs
> to well over 2K.
1.2 does not use classpath, praise be.
M.
John Summerfield wrote:
> On Sun, 15 Nov 1998, Kenny Freeman wrote:
>
> > Hi, you have to add the path to the jar files like (for example):
> >
> > export
> > CLASSPATH=$CLASSPATH:/usr/local/swing/swing.jar:/home/freeman/jars/net.jar:etc
> >
> > that should work a little better for you (once you'
On Sun, 15 Nov 1998, Kenny Freeman wrote:
> Hi, you have to add the path to the jar files like (for example):
>
> export
> CLASSPATH=$CLASSPATH:/usr/local/swing/swing.jar:/home/freeman/jars/net.jar:etc
>
> that should work a little better for you (once you've added the path to
> each jar you wa
Hi, you have to add the path to the jar files like (for example):
export
CLASSPATH=$CLASSPATH:/usr/local/swing/swing.jar:/home/freeman/jars/net.jar:etc
that should work a little better for you (once you've added the path to
each jar you want to use).
__
Kenny Freeman <[EMAIL PROTECTED]>
"a popu
11 matches
Mail list logo