Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Java to COM

Options
  • 26-04-2001 11:47am
    #1
    Registered Users Posts: 7,468 ✭✭✭


    Folks,

    I'm currently trying to convert java classes into a COM object (ActiveX dll). The classes are written and working, the dll compiles fine but the Type Library (tlb file) isn't being created, so COM Explorer can see the classes but Visual Studio can't.

    I am using the jexegen utility that comes with J++/MS Java SDK. Any ideas of what could be going wrong?


Comments

  • Registered Users Posts: 7,468 ✭✭✭Evil Phil


    Found the problem, it was quite simple really. I installed Visual Cafe and it messed up the Class Path. I've deleted the cp entirely and it's all working now. Just in case you wanted to know.


Advertisement