• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Monitoring process from applet

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a servlet application that uses an applet via IE5.5 to launch and monitor Word on Windows NT.
After upgrading from Word97 to Office2000, Word still launches from the applet, but Process.waitFor() immediately returns and Process.exitValue() is '92791920'.
Is there a standardized set of return value from Process.exitValue()? I can't find any explanation anywhere.

Does Office2000 launch the Word process differently from 97?

Any help is appreciated.
 
reply
    Bookmark Topic Watch Topic
  • New Topic