[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NIB and DSK questions



On Feb 5, 3:46 pm, BLuRry <brendan.rob...@gmail.com> wrote:
> Ok, grab the new build of JACE from sourceforge.  Since this is not the default startup class you'll have to use an alternate way of starting Java to get to it, namely:
>
> java -cp jace.jar jace.ConvertDiskImage
>
> I haven't tested it yet (out the door for a gathering with friends) but please let me know if it works for you!
>
> Note: THIS VERSION HAS MOUSE SUPPORT!! w00t!!!
>
> -Brendan

Thanks.  I think you need to change:

if (in.exists()) {

to:

if (!in.exists()) {