Hello, Apologies if this is not the proper group in the mozilla. hierarchy, but I am trying to use Protozilla to execute system commands.
Protozilla appears to be installed, and the dialogue appears when called from the browser. mozilla.07.08.02]$ ls -R | grep ipc ipc.xpt libipc.so However, working from the following introduction http://protozilla.mozdev.org/ipc.html I cannot seem to be able to register new components. # xpcshell js> const NS_IPCSERVICE_CONTRACTID = "@mozilla.org/process/ipc-service;1"; js> var ipcService, curDate, curPath; js> ipcService = Components.classes[NS_IPCSERVICE_CONTRACTID].createInstance(); typein:3: TypeError: Components.classes[NS_IPCSERVICE_CONTRACTID] has no properties I have done some google searches for this error, but have not found anything on the web or on the mozilla or mozdev sites which references it. Any helpful suggestions would be greatly appreciated.
