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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Java to COM

  • 26-04-2001 10:47am
    #1
    Registered Users, Registered Users 2 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, Registered Users 2 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