Qadeer Mohammed 29.Jul.09 11:18 AM a Web browser Deployment6.2Windows XP
Hi,
I have used the Lotus Expeditor microbroker API's to create and administer a local instance of MicroBroker which connects to a remove WebSphere Message Broker using a Bridge. I am able to successfully run and test the end-to-end connectivity between MicroBroker and WMB.
Now, if i were to package this so that it can be installed as a Windows service i am facing issues.
1. Created an Eclipse Product and added my microbroker code as a plugin/feature. When i exported the eclipse product, i get
(a) Executable file
(b) plugins/features directory
(c) jre directory
(d) configuration directory.
However, when i run the executable i get an error saying
"java.lang.RuntimeException: Application "com.ibm.pvc.wct.application.simple.SimpleApplication" could not be found in the registry. The applications available are: org.eclipse.equinox.app.error."
I have configured the Application as com.ibm.pvc.wct.application.simple.SimpleApplication in the eclipse product configuration.
(2) Created a Client Services -> Platform Export Wizard and generated a .xpdplatform file and then exported the full platform. This generated two folders install and updates. Copied these to the install and updates folder of Lotus Expeditor Client for desktop (C1M1KML) and ran the setupwin32.exe file. The installation is successful, but i cannot see any executable. How do i run it..?
I cannot see any details on how to package non-gui applications. Can someone please point me to the right direction ?