Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Com based component project using Java

  1. #1
    Member
    Join Date
    May 2008
    Posts
    35
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Com based component project using Java

    Hi All,

    Can you provide how to do a COM based component project....As you know i am developing a product by using a SDK which is in C,C#,VB.Net where i dont have any idea about those.
    When i contacted the Tech Support they advised to create a sample COM based component project using Java,if i sent that to them they will try to help me with their SDK.

    I need your help.Please.


    Thanks in advance.


    _Jazz


  2. #2
    Junior Member
    Join Date
    May 2008
    Location
    Canada
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: COM based component Project

    In order to access COM components from Java you need to use JNI. You have to write this (you need to know C/C++) or to use a generic Java/Com bridge written by somebody else. I didn't check those in a while and I have no idea if they are still maintained. There are some that you can buy (google for "Java COM bridge"). I remember the JACOB project but you have to see if it is still maintained and how it works.
    Daniel @ [www.littletutorials.com]
    Language is froth on the surface of thought

Similar Threads

  1. Adventure ride project
    By Ciwan in forum Java Theory & Questions
    Replies: 12
    Last Post: February 15th, 2009, 12:08 PM
  2. Database connection without using netbease
    By haygaurav in forum Java IDEs
    Replies: 9
    Last Post: December 9th, 2008, 07:14 AM
  3. How to make java based animation?
    By JavaPF in forum The Cafe
    Replies: 1
    Last Post: June 7th, 2008, 06:55 AM