[Fwd: Re: Multiple command-line parameters problem]

Nathan Fiedler <[email protected]> Sun, 28 Dec 2003 11:07:53 -0800
Newsgroups gmane.comp.java.jswat.user
Organization Blue Marsh Softworks
Message-ID <[email protected]>
-------- Original Message --------
Subject: Re: [jswat-user] Multiple command-line parameters problem
Date: Sun, 28 Dec 2003 10:54:58 -0800
From: Nathan Fiedler <[email protected]>
Organization: Blue Marsh Softworks
To: Petar <[email protected]>
References: <[email protected]>

The behavior is not a bug. The fact that this particular example is not
in the help is perhaps the real issue. It would be added to the README
file, since none of the help files discuss launching JSwat.

Thanks

n


Petar wrote:

> After reading the help files for JSwat I tried to create a batch file which
> will launch JSwat with proper classpath and sourcepath set.
> 
> I tried passing the following parameters:
> classpath "C:\temp\foo.jar;C:\temp\bar.jar"
> 
> This didn't work.  The classpath was getting set to C:\temp\foo.jar only and I
> was getting "Command not found" error for C:\temp\bar.jar.  After trying many
> different things I finally got it to work by specifying the following:
> classpath \"C:\temp\foo.jar;C:\temp\bar.jar\"
> 
> I read the comment about the '\' character in the help but it didn't
> communicate to me that I needed to do the above esacping in order to get the
> command line to work.  The examples in help also do not show this usage.  Is
> this a bug or did I just not understand the documentation?
> 
> I am using:
> JSwat 2.19
> JDK 1.4.2_02
> Windows XP Pro
> 
> Thanks,
> Petar
> _______________________________________________
> jswat-user mailing list
> [email protected]
> http://www.bluemarsh.com/mailman/listinfo/jswat-user