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 90067 - provide path for native binaries
Summary: provide path for native binaries
Status: RESOLVED DUPLICATE of bug 47511
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-27 08:27 UTC by herkules
Modified: 2009-02-24 20:37 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 herkules 2006-11-27 08:27:34 UTC
For my projects I sometimes have to deal with various API that require a native
dll to be in the java.library.path:

- Java3D
- JOGL
- JXInput
- ODE4Java
- jME
- ...

It would be great if NB offers a project run option that allows to specify where
to find the native DLLs per platform and creating some ANT statements similar
(but better:)) to that:


<property name="third_party.binpath"
value="${third_party.java3d.binpath};${third_party.jxinput.binpath}" /> 

<java classname="com.flyingguns.app.foo.Client" failonerror="true" fork="true">
  <sysproperty key="java.library.path" value="${third_party.binpath}" />
Comment 1 Jesse Glick 2009-02-24 20:37:30 UTC

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