"Baxter, Brent" wrote:
> Hello,
>
> I was wondering if anyone has tried to put Java3D inside of an ActiveX
> control? I have an application that I am considering using Java3D for as my
> 3D API, however I have the requirement that the functionality must run
> inside of an ActiveX control. I have done a little hunting, but I have not
> found a way to do this yet. Any help/comments?
>
> Thanks in advance!
>
> Brent Baxter
> Siemens Corporate Research
> Email: [EMAIL PROTECTED]
Brent:
Try using the ActiveX Bridge for Java... It comes with the Beans Development
Kit (BDK). It comes in the JDK1.2 package, also, though it is not obvious.
/jre/bin/beans.ocx is the jdk's ActiveX object, and the /jre/lib/jaws.jar file
has the classes needed to package your bean as an insertable object.
Bob