[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Working directory not set when running program

"Erich Gamma" <erich_gamma@xxxxxxx> wrote in message
news:3B7BB82B.A0AF4C4B@xxxxxxxxxx
> This is on the plan.
>
> Setting the working directory for a newly created process adds a
dependency
> on JDK 1.3. The corresponding Runtime.exec method exists at this JDK level
only.
> We didn't want to add this dependency yet.
>
> Dale King wrote:
>
> > When you run a java program the current working directory is not set. It

Oops, I didn't catch that it was only introduced in 1.3. They didn't put the
@since in the javadocs for it.

Good to know someone is on top of it.

--
 Dale King