ComfyJ Technical Questions and Answers

Get answers to most commonly asked technical questions about ComfyJ. If you can’t find the answer here, please send us your question using the support request form , and we will add it to this FAQ after answering you.

  1. Why is the "IllegalStateException: The ClassName object is null (not initialized)." exception thrown on attempt to invoke methods of the ClassName object?
  2. A COM object method throws ComException with the error code like 0x800401f0. How can I get the error description?
  3. Is it necessary to call the .addRef() method of a COM object?
  4. Is it necessary to release a COM object using the .release() method?
  5. What does the AutoDelete property of the IUknown class mean?
  6. How to query a necessary COM interface from a COM object?
  7. Does ComfyJ also work from an applet? [new]
  8. Can I embed visual ActiveX Controls (OleContainer) into JInternalFrame? [new]
  9. Why do I get the E_UNEXPECTED exception while trying to register an event handler for an ActiveX component? [new]
  10. Why do I get the CONNECT_E_ADVISELIMIT exception while trying to register an event handler for an ActiveX component? [new]