0

I need to open a document for editing with associated application on MAC OS X from Java applet. The document is located on a WebDAV server.

What command should I use to open a document? Is it necessary to mount a volume first?

IT Hit WebDAV
  • 5,652
  • 12
  • 61
  • 98

1 Answers1

1

I need to open a document for editing with associated application..

Desktop.getDesktop().edit(File)

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433