Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] JNI stub source assist?

I have an application that makes heavy use of JNI, and it involves
generating  C++ stubs for methods declared native. I was wondering how
difficult it would be to add a 'Generate Native Stubs' item to the Source
context sub-menu, similar to the Generate Getters and Setters. How hard
would it be to encapsulate that in a small add-in, or is this useful
enough to integrate into the core JDT functionality?

-- Boris


Back to the top