This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 227876 - JAVA-Project with JNI-Support
Summary: JAVA-Project with JNI-Support
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-24 21:45 UTC by MrMacSpooky
Modified: 2013-03-24 21:45 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MrMacSpooky 2013-03-24 21:45:47 UTC
Would you like to improve Netbeans IDE by adding IDE Support for the JNI-Subject?

Now, you can just declare 'native' methods - and they have to be compiled.

After that you've manually to build .h-Files with javah.

In an other Project (C/CPP) you must take care, that the .h-Files built resides in this project and after building this, the library has to be copied to the java-Project.

Is it possible to define a new Porject-Type (Java JNI?) which deals with Both - Java and C/CPP?