Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 271843

Summary: Could not load library: liblocalfile_1_0_0.jnilib
Product: [Eclipse Project] Platform Reporter: Akilla <maggotx>
Component: RuntimeAssignee: platform-runtime-inbox <platform-runtime-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: remy.suen
Version: 3.5   
Target Milestone: ---   
Hardware: Macintosh   
OS: Mac OS X   
Whiteboard:

Description Akilla CLA 2009-04-09 16:33:53 EDT
Build ID: I20090313-0100

Steps To Reproduce:
1. Load Eclipse
2. Open error log
3. Problem reported there.


More information:
Could not load library: liblocalfile_1_0_0.jnilib.  This library provides platform-specific optimizations for certain file system operations.  This library is not present on all platforms, so this may not be an error.  The resources plug-in will safely fall back to using java.io.File functionality.

Exception Stack Trace:
java.lang.UnsatisfiedLinkError: no localfile_1_0_0 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1753)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at org.eclipse.core.internal.filesystem.local.LocalFileNatives.<clinit>(LocalFileNatives.java:32)
at org.eclipse.core.internal.filesystem.local.LocalFile.fetchInfo(LocalFile.java:142)
at org.eclipse.core.filesystem.provider.FileStore.fetchInfo(FileStore.java:277)
at org.eclipse.core.internal.localstore.BlobStore.<init>(BlobStore.java:45)
at org.eclipse.core.internal.localstore.HistoryStore2.<init>(HistoryStore2.java:77)
at org.eclipse.core.internal.resources.ResourcesCompatibility.createHistoryStore(ResourcesCompatibility.java:45)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.core.internal.resources.ResourcesCompatibilityHelper.createHistoryStore(ResourcesCompatibilityHelper.java:73)
at org.eclipse.core.internal.resources.ResourcesCompatibilityHelper.createHistoryStore(ResourcesCompatibilityHelper.java:47)
at org.eclipse.core.internal.localstore.FileSystemResourceManager.getHistoryStore(FileSystemResourceManager.java:383)
at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1012)
at org.eclipse.core.internal.resources.Workspace.save(Workspace.java:1827)
at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor$3.run(IDEWorkbenchAdvisor.java:386)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Comment 1 Remy Suen CLA 2009-04-09 17:50:22 EDT
Sounds like bug 262604.
Comment 2 John Arthorne CLA 2009-04-09 21:50:58 EDT

*** This bug has been marked as a duplicate of bug 262604 ***