>
>Scott Stirling wrote:
>> 
>> I don't the JVM knows how to expand OS environment 
>variables.  Have you seen
>> that it can?  I would expect it to take that argument as a 
>literal string like
>> it did.
>> 
>
>Doesn't this depend on the shell which is used to run the JVM, rather
>than the jvm itself? Presumably this should do the varible substitution
>for you before running the command. I've certainly used this kind of
>thing before with bash and so on without any problems. I use Jrun on
>NT, though, where it uses a .exe so it's not easy to work out what
>command line is being used, otherwise it would be easier to mess about
>with jvm parameters.
>
>Luke.
>-- 
> Luke Taylor.
> PGP Key ID: 0x57E9523C

I am using this with bash. It works fine when I am launching JVM to
execute a simple class file from the command line. But it doesn't work
when I want to do the same with JRun. Probably, there is some bug in
JRun start script that doesn't allow the shell to expand the variable.
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to