problem with orarrp!

From: Sergio Imperatore <castom.76_at_tin.it>
Date: 15 Apr 2002 02:23:34 -0700
Message-ID: <3bd45fd0.0204150123.b2558fc_at_posting.google.com>


I have a problem with orarrp when i start orarrp.exe by certified applet!
The error message is: Check a suitable application is installed to handle files(error code 31).

The source that start orarrp.exe is:

     try  {
			String comando = "c:\\orarrp";
			Runtime rt = Runtime.getRuntime();
   	    		Process p = rt.exec(comando);
   	    		
   	 	}
		catch (Exception e) {
   	 		System.out.println("error exec:"+e);
		}
		return;	

Thanks!!! Received on Mon Apr 15 2002 - 11:23:34 CEST

Original text of this message