Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-update-dev] custom install handler not found error

Thank you very much for the informtion.  It is a typo.  In my real code the names of the jar are consistent in every instance of appearance.  I still can not figure out the problem.  Any input/pointer will be appreciated.
Thanks.
zhe.

Peter Manahan <manahan@xxxxxxxxxx> wrote:

platform-update-dev-bounces@xxxxxxxxxxx wrote on 07/22/2005 12:17:12 PM:

> I created myInstallHandler class which implements the
> IInstallHandler interface, and jar the class into myInstallHandler.
> jar, and place it on the server site in the feature folder:  
> features/featureID_featureVersion/myInstallHandler.jar.  I also add


Is this a typo? The spelling/case of myInstallHandler.jar is different from the one you list in your feature.xml

> the following markup in the feature xml file.  

> <install-handler
>       library="MyInstallHander.jar"
>       handler="MyInstallHander.class"/>. and deloy it on the server
> in the feature folder too.

> Then I try to download the new product, and after the licence
> agreement, it shows the error message of "Custom install handler
> requried by feature was not found.[myInstallHandler.class].

> Do I misss anything causing the class not found?
> Thanks for any information.
> zhe.
>  
>  

_______________________________________________
platform-update-dev mailing list
platform-update-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-update-dev

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


Back to the top