There used to be a JavaBeans ActiveX Bridge but AFAIK this is no longer supported under Java 8.
I want to call my JavaBeans from Excel, so what is the way to go with Java 8?
The problem is I have some legacy JavaBean packaged in a dll that I use from Excel VBA. I don't have the source code to this bean. But I still want to use it with Java 8/9. Is this possible?