Re: Basic installation. Please Help.

1998-11-17 Thread John Summerfield
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

Re: Basic installation. Please Help.

1998-11-17 Thread Mario Camou
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

Re: Basic installation. Please Help.

1998-11-17 Thread mlorton
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

Re: Basic installation. Please Help.

1998-11-17 Thread mlorton

Re: Basic installation. Please Help.

1998-11-17 Thread Mario Camou
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.

Re: Basic installation. Please Help.

1998-11-17 Thread Carl Hewitt
  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

Re: Basic installation. Please Help.

1998-11-17 Thread Pavel Tolkachev
> 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

Re: Basic installation. Please Help.

1998-11-16 Thread mlorton
> 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.

Re: Basic installation. Please Help.

1998-11-16 Thread Bryce McKinlay
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'

Re: Basic installation. Please Help.

1998-11-16 Thread John Summerfield
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

Re: Basic installation. Please Help.

1998-11-15 Thread Kenny Freeman
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