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 63614 - add a "native libraries" panel to the libraries options
Summary: add a "native libraries" panel to the libraries options
Status: RESOLVED DUPLICATE of bug 47511
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-04 11:16 UTC by jportway
Modified: 2005-11-04 16:30 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 jportway 2005-09-04 11:16:39 UTC
I do quite a few projects which use JNI libraries, and it's a real pain to work with them, because you 
hava to make sure they're on the VM's native library path when you run your app. The easiest solution is 
to put jni libraries in the working directory (at least on OSX), but since often there may be different 
ways of running the app (for instance when running normally, or unit testing) the working directory may 
be different depending how it's run. This is a pain, and means that one ends up copying the same 
libraries into several different places. If you're developing the library at the same time this can lead to 
copies being out of sync with their source and other nightmares.

What I'd like to see in netbeans is a "native library" tab in the Library manager that allows me to specify 
the DLL required for a particular library - whenever the app is run the IDE would then add the DLL to 
the VM's native library path for me. This would be a huge improvement for anyone using jni libraries, 
and it doesn't seem like it would be a lot of work to implement.
Comment 1 Jesse Glick 2005-11-04 16:30:05 UTC

*** This issue has been marked as a duplicate of 47511 ***