RE: Problem with Classpath for java thru perl script

2004-08-25 Thread Igor Pechtchanski
be recompiled using the new style of > Classpath ? > > Thanks! > > > -Original Message- > From: Igor Pechtchanski > Sent: Wednesday, August 25, 2004 3:58 PM > To: Ramneek Singh > Cc: [EMAIL PROTECTED] > Subject: Re: Problem with Classpath for java thru perl scr

RE: Problem with Classpath for java thru perl script

2004-08-25 Thread Ramneek Singh
age- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Igor Pechtchanski Sent: Wednesday, August 25, 2004 3:58 PM To: Ramneek Singh Cc: [EMAIL PROTECTED] Subject: Re: Problem with Classpath for java thru perl script On Wed, 25 Aug 2004, Ramneek Singh wrote: > Hi , > > I ju

Re: Problem with Classpath for java thru perl script

2004-08-25 Thread Igor Pechtchanski
On Wed, 25 Aug 2004, Igor Pechtchanski wrote: > On Wed, 25 Aug 2004, Ramneek Singh wrote: > > > Hi , > > > > I just installed cygwin on windows 2000. > > I need it to run a perl script which will execute a java command . > > Example: in the script it says thefollowing: > > > > java -classpath

Re: Problem with Classpath for java thru perl script

2004-08-25 Thread Igor Pechtchanski
On Wed, 25 Aug 2004, Ramneek Singh wrote: > Hi , > > I just installed cygwin on windows 2000. > I need it to run a perl script which will execute a java command . > Example: in the script it says thefollowing: > > java -classpath $CLASSPATH myprogram argument1 arg2 > > > The problem is that t

Problem with Classpath for java thru perl script

2004-08-25 Thread Ramneek Singh
Hi , I just installed cygwin on windows 2000. I need it to run a perl script which will execute a java command . Example: in the script it says thefollowing: java -classpath $CLASSPATH myprogram argument1 arg2 The problem is that though echo $CLASSPATH shows the correct classpath to the jar Fi