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 257232 - UnsatisfiedLinkError: no iDeviceNativeBinding in java.library.path
Summary: UnsatisfiedLinkError: no iDeviceNativeBinding in java.library.path
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: Cordova (show other bugs)
Version: 8.2
Hardware: All All
: P1 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-20 20:38 UTC by Vladimir Riha
Modified: 2015-12-23 12:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219712


Attachments
stacktrace (4.02 KB, text/plain)
2015-12-20 20:38 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2015-12-20 20:38:21 UTC
Build: NetBeans IDE Dev (Build 201512200002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Mac OS X

User Comments:
vriha: running HTML5 project in iOS Device (not Cordova)

luisantonio1493: <Please provide a description of the problem or the steps to reproduce> n

GUEST: i cant run my ios cordova app on ipad or simulator




Stacktrace: 
java.lang.UnsatisfiedLinkError: no iDeviceNativeBinding in java.library.path
   at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1864)
   at java.lang.Runtime.loadLibrary0(Runtime.java:870)
   at java.lang.System.loadLibrary(System.java:1122)
   at org.netbeans.modules.cordova.platforms.ios.WebInspectorJNIBinding.<init>(WebInspectorJNIBinding.java:70)
   at org.netbeans.modules.cordova.platforms.ios.WebInspectorJNIBinding.getDefault(WebInspectorJNIBinding.java:75)
   at org.netbeans.modules.cordova.platforms.ios.DeviceDebugTransport.<init>(DeviceDebugTransport.java:59)
Comment 1 Vladimir Riha 2015-12-20 20:38:24 UTC
Created attachment 157864 [details]
stacktrace
Comment 2 Tomas Stupka 2015-12-22 14:15:11 UTC
since Mac OS X version 10.11
in scope of the System Integrity Protection the DYLD_LIBRARY_PATH var isn't propagated to the spawned nbexec process anymore and System.loadLibrary fails to load iDeviceNativeBinding
Comment 3 Tomas Stupka 2015-12-22 15:14:18 UTC
fixed in jet-main #c3252d9e7c0c
Comment 4 Quality Engineering 2015-12-23 02:23:49 UTC
Integrated into 'main-silver', will be available in build *201512230002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c3252d9e7c0c
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #257232 - UnsatisfiedLinkError: no iDeviceNativeBinding in java.library.path
Comment 5 Tomas Stupka 2015-12-23 09:32:20 UTC
reporters - please verify it works for you now

thanks