Author Topic: How to call up Opera from Java  (Read 3281 times)

ez9926

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • http://
How to call up Opera from Java
« on: May 07, 2004, 08:54:09 am »
Is it possible to call up Opera via the getRuntime()?


i.e. calling up IE:
String Invoice = \"tmpInvoices.xml\";
java.lang.Runtime.getRuntime().exec(\"Program FilesInternet ExplorerIEXPLORE \"+Invoice);   

TIA

Dale