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: JAVA .NET WRAPPER

  1. #1
    Junior Member
    Join Date
    Jun 2011
    Posts
    14
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default JAVA .NET WRAPPER

    Hi All,

    I have an application that can be customised developing some add-ins and which uses a .NET API (C# or VB.NET). Now I know Java and dont want really learn C# even though it s similar to Java. My question is can I build a wrapper so I can use Java to access the application API? Or still does this presume I still know C# ?

    How / where can I start doing this?


    Thanks


  2. #2
    Member
    Join Date
    Nov 2011
    Posts
    37
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default Re: JAVA .NET WRAPPER

    Hi,
    Try web service.

    Core java
    Last edited by mr.miku; January 11th, 2012 at 07:18 PM.

Similar Threads

  1. Need a jar wrapper for Mac
    By namhm in forum Java SE APIs
    Replies: 2
    Last Post: October 10th, 2011, 11:31 AM
  2. the definition of a wrapper class
    By nickypass in forum Java Theory & Questions
    Replies: 1
    Last Post: October 17th, 2010, 01:54 AM