Yeah, but not everything is Java on Windows. You can't pass that to the Windows API, for instance. In my case I would be at the mercy how InstallAnywhere deals with this. If it just reads the file verbatim and passes it on to Windows it isn't going to work.
-Dave On Wed, Mar 3, 2010 at 10:38 AM, Wayne Fay <[email protected]> wrote: >> Will create something like classpath=packages\foo.jar instead of >> classpath=packages\\foo.jar so it can't be read. Is there a fix for > > I'd think the fix should be to make all the \'s into /'s which Java on > Windows seems to deal with just fine... > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
