Bug 250627 - Interoperability wizard
Summary: Interoperability wizard
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.4.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2008-10-13 06:47 EDT by Andrew CLA
Modified: 2008-10-27 11:23 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew CLA 2008-10-13 06:47:33 EDT
a suggestion:  A wizard that creates code to allow dlls from other languages (eg c, .NET) to be imported into the project despite not having been written in the same language (eg java).
Comment 1 Remy Suen CLA 2008-10-13 07:18:18 EDT
(In reply to comment #0)
> a suggestion:  A wizard that creates code to allow dlls from other languages
> (eg c, .NET) to be imported into the project despite not having been written in
> the same language (eg java).

What do you exactly mean by "import"? There's nothing stopping you from copy/pasting random files into your projects. If you want to call C/C++ functions, you should look at JNI. Or do you want JDT to generate the JNI for you?
Comment 2 Andrew CLA 2008-10-13 07:26:38 EDT
Yes, it should generate the JNI.  I personally feel that it would be nice to have a streamlined transparent way of dealing with any library, regardless of the type.
Comment 3 Jerome Lanneluc CLA 2008-10-23 06:49:57 EDT
Moving to JDT/UI
Comment 4 Dani Megert CLA 2008-10-23 08:18:21 EDT
Andrew, can you give a concrete example/steps? Would it always generate JNI i.e. be Java?
Comment 5 Dani Megert CLA 2008-10-27 11:23:16 EDT
Please reopen once more information has been added.