Re: Bug In Class/Source Path Selection?

Nathan Fiedler <[email protected]> 13 Feb 2003 09:07:28 -0800
Newsgroups gmane.comp.java.jswat.user
Organization Blue Marsh Softworks
Message-ID <1045156047.532.1.camel@nuts>
On the one hand, you should be single-clicking the 'temp' directory and
clicking the select button. On the other hand, I don't know why the UI
let you select c:\temp\temp, unless there is another temp directory (but
I assume not).

I'll look into the selection problem. In the meantime, just select temp
and you're done.

n


On Thu, 2003-02-13 at 08:41, Wilson Jimmy - jiwils wrote:
> When selecting a directory it is possible to get the directory listed in the
> path name twice.
> 
> If I have C:\temp as a directory that I want in my classpath:
> 
> 1.  I get the file/directory selection dialog pointed to my C drive.
> 2.  I select (single-click) the temp directory.
> 3.  After it is selected, I double-click the temp directory which causes the
> selector to open the temp directory.
> 4.  Then I click the select button.
> 
> I get C:\temp\temp in the classpath listing.  This doesn't appear to be the
> correct behavior.  Am I missing something?
> 
> Jimmy