[java-dev] Re: FileNotFoundException
topher lafata
topher at topher.com
Thu May 29 17:47:09 MDT 2008
- Previous message: [java-dev] Re: FileNotFoundException
- Next message: [java-dev] Re: FileNotFoundException
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
that is indeed the case. Java expects java paths OsX:etc.. is not a java path. t Adam Murray wrote: > Quote: thomas.pachoud at gmail.com wrote on Thu, 29 May 2008 09:23 > ---------------------------------------------------- > >> I had also tried with an absolute path (OsX:/Documents.../xx.txt and file://OsX:/Documents...) but I always had the same error. >> > > I remember having some issues like this. I think the Max objects that output paths (like dropfile) don't output in a format understood by Java. Like the OsX: prefix might be confusing Java. > > So that's what the MaxSystem methods are for. > > > -- > Adam Murray > compusition.com > _______________________________________________ > java-dev mailing list > java-dev at cycling74.com > http://www.cycling74.com/mailman/listinfo/java-dev > >
- Previous message: [java-dev] Re: FileNotFoundException
- Next message: [java-dev] Re: FileNotFoundException
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
