You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jmatter
I found that for windows path is better invoking the launcher with
this construct to avoid a white spaces problem.
Launcher.openFile(this.attachment.fileValue().getAbsoluteFile().toURI().toString());
where attachment is a FileEO obj
Eitan Suez
unread,
Aug 29, 2008, 10:05:47 AM8/29/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jma...@googlegroups.com
thanks.
i wonder whether revising this line in Launcher: cmds.add(String.format("command.com /C start %s", fileName)); to this: cmds.add(String.format("command.com /C start \"%s\"", fileName));