Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 367001 - linux support (no AccessibiltyWin32Library in java.library.path)
Summary: linux support (no AccessibiltyWin32Library in java.library.path)
Status: CLOSED WONTFIX
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: ACTF (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Kentarou Fukuda CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-17 06:19 EST by PDent CLA
Modified: 2023-03-27 14:27 EDT (History)
3 users (show)

See Also:


Attachments
Bug report in text format - tonysalinasis@gmail.com (3.49 KB, application/octet-stream)
2012-01-04 20:53 EST, Tony Salinas CLA
no flags Details
Eclipse Version Info - tonysalinasis@gmail.com (105.55 KB, image/png)
2012-01-04 20:53 EST, Tony Salinas CLA
no flags Details
Bug report screenshot - tonysalinasis@gmail.com (164.32 KB, image/png)
2012-01-04 20:54 EST, Tony Salinas CLA
no flags Details
Sysinfo - tonysalinasis@gmail.com (66.20 KB, image/png)
2012-01-04 20:54 EST, Tony Salinas CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description PDent CLA 2011-12-17 06:19:19 EST
Build Identifier: I20110613-1736

Hi,
I get the following error dialog on start-up:

3004: Unexpected error occurred.
  org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.UnsatisfiedLinkError: no AccessibiltyWin32Library in java.library.path)
  	at org.eclipse.swt.SWT.error(SWT.java:4282)
  	at org.eclipse.swt.SWT.error(SWT.java:4197)
  	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:138)
  	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3935)
  	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3612)
  	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
  	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
  	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
  	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
  	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
  	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
  	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
  	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
  	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
  	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
  	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
  	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
  	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
  	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.equinox.launcher.Main.invokeFramework(Main.java:622)
  	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
  	at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
  Caused by: java.lang.UnsatisfiedLinkError: no AccessibiltyWin32Library in java.library.path
  	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1758)
  	at java.lang.Runtime.loadLibrary0(Runtime.java:823)
  	at java.lang.System.loadLibrary(System.java:1045)
  	at org.eclipse.actf.util.win32.WindowUtil.<clinit>(Unknown Source)
  	at org.eclipse.actf.visualization.gui.internal.GuiTargetWindowDataProvider.getModelService(Unknown Source)
  	at org.eclipse.actf.visualization.gui.internal.util.TargetWindowDataCollector.getElements(Unknown Source)
  	at org.eclipse.actf.visualization.gui.internal.util.TargetWindowDataCollector.getDefaultElement(Unknown Source)
  	at org.eclipse.actf.visualization.gui.internal.util.TargetWindow.update(Unknown Source)
  	at org.eclipse.actf.visualization.gui.internal.util.TargetWindow.getRootWindow(Unknown Source)
  	at org.eclipse.actf.visualization.gui.ui.views.MSAAViewRegistory.getRootObject(Unknown Source)
  	at org.eclipse.actf.visualization.gui.ui.views.MSAAViewRegistory.adjustSelection(Unknown Source)
  	at org.eclipse.actf.visualization.gui.ui.views.MSAAViewRegistory.outlineSelected(Unknown Source)
  	at org.eclipse.actf.visualization.gui.ui.views.MSAAViewRegistory.refreshRootObject(Unknown Source)
  	at org.eclipse.actf.visualization.gui.internal.util.Startup$1.run(Unknown Source)
  	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
  	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
  	... 22 more


Reproducible: Always

Steps to Reproduce:
1. Open Eclipse
Comment 1 Kentarou Fukuda CLA 2011-12-19 11:33:48 EST
Hi,

Would you please let us know your environment (especially your OS)?

Unfortunately, ACTF currently supports only Win32 (and possiblly Win64) environment.

Thanks.
Comment 2 Tony Salinas CLA 2012-01-04 20:53:03 EST
Created attachment 209044 [details]
Bug report in text format - tonysalinasis@gmail.com
Comment 3 Tony Salinas CLA 2012-01-04 20:53:41 EST
Created attachment 209045 [details]
Eclipse Version Info - tonysalinasis@gmail.com
Comment 4 Tony Salinas CLA 2012-01-04 20:54:26 EST
Created attachment 209046 [details]
Bug report screenshot - tonysalinasis@gmail.com
Comment 5 Tony Salinas CLA 2012-01-04 20:54:57 EST
Created attachment 209047 [details]
Sysinfo - tonysalinasis@gmail.com
Comment 6 Tony Salinas CLA 2012-01-04 20:55:47 EST
I also get it for Version: 3.7.0
Build id: I20110613-1736  Please consider attachments.

Regards
Comment 7 Kentarou Fukuda CLA 2012-01-17 11:00:54 EST
Hi,

It seems that your environment is Linux.

ACTF currently supports only Win32 (and possiblly Win64)
environment.

If we get more community members (especially developers who can work for Linux support), we will start Linux support and fix this issue.

Thanks.