- This topic has 46 replies, 14 voices, and was last updated 17 years, 10 months ago by chivo.
-
AuthorPosts
-
Riyad KallaMemberenginsol,
Thank you for the workaround… this sounds like an SWT-level bug going on here and is extremely strange. Has anyone found any links in Eclipse bugzilla that indicate as such?
Riyad KallaMemberenginsol,
Thank you for the workaround… this sounds like an SWT-level bug going on here and is extremely strange. Has anyone found any links in Eclipse bugzilla that indicate as such?
jenniferhjonesMemberI just started having the same problem after a year of everything working fine. My library ordering is just like the people’s that didn’t work too. I’m guessing that my problems began when I downloaded the eclipse updates this past week that were found by my automatic update search. I can’t remember the name of the updates but I believe they were SDK related.
Riyad KallaMemberIs everyone that is having problems using updates as applied from the Update Manager? With every release of Eclipse/MyEclipse (for support reasons) I always create new installs and don’t use the update manager, this might be why I’m not seeing it.
Can anyone confirm/deny this?
becogentMemberI haven’t used the update manager.
My Contributed Entries list looks the same as the others with this problem – emf.ant.tasks.jar at the top.
Any linux workarounds?
Riyad KallaMemberFor anyone willing to try, if you create a brand new install of Eclipse 3.2 SDK, MyEclipse 5.0 all to new directories and a new workspace, is the ordering OK and will the script run or do clean installs even sometimes not work? I’ve tried installs on 2 Windows machines (2 each) and 1 on my Ubuntu 6.06 (Dapper Drake) machine and 1 on my Ubuntu 6.10 Beta machine (Edgy Eft) and all were working, but these were all clean installs.
becogentMemberI have already tried that and still the same problem. I am on Ubuntu Dapper Drake too. Very strange!
Riyad KallaMemberThis thread has gotten so long I forgot if we tried to narrow down the problem to JDK yet… I used 1.5.0_08 and 6.0 build 98 and 99.
Alan HayMemberEncountering the same issue when an Ant Script prompts for User Input:
MyEclipse Enterprise Workbench
Version: 5.0.1 GA
Build id: 20060810-5.0.1-GAEclipse 3.2
JDK 1.5.0_09
Windows XP Pro
Installed 3.2 and MyEclipse yesterday to fresh directories. Created a brand new workspace. Checked out my project from SVN.
BUILD FAILED
java.lang.UnsatisfiedLinkError: no swt-win32-3235 in java.library.path
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1225)
at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
at org.eclipse.ant.internal.ui.antsupport.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.run(InternalAntRunner.java:423)
at org.eclipse.ant.internal.ui.antsupport.InternalAntRunner.main(InternalAntRunner.java:137)
Caused by: java.lang.UnsatisfiedLinkError: no swt-win32-3235 in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:18)
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:125)
at org.eclipse.ant.internal.ui.antsupport.inputhandler.SWTInputHandler.handleInput(SWTInputHandler.java:57)
at org.eclipse.ant.internal.ui.antsupport.inputhandler.ProxyInputHandler.handleInput(ProxyInputHandler.java:24)
at org.apache.tools.ant.taskdefs.Input.execute(Input.java:117)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
at org.apache.tools.ant.Task.perform(Task.java:364)
at org.apache.tools.ant.Target.execute(Target.java:341)
at org.apache.tools.ant.Target.performTasks(Target.java:369)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
… 6 more
isaacpeelMemberI’m having the same problem was there ever a fix for this?
“BUILD FAILED
java.lang.UnsatisfiedLinkError: no swt-win32-3235 in java.library.path”
John O’GradyMemberI am also having the same problem:
BUILD FAILED java.lang.UnsatisfiedLinkError: no swt-win32-3235 in java.library.path Total time: 15 seconds
I can send your team my config details if you like.
I should add that it’s the same problem in that I have a new clean Eclipse 3.2.1 installation, linked to an existing MyEclipse 5.0 plugin directory, and the existing ANT tasks I had which had the “input” directive in them are now all giving me the above error.
One thing that might have made a difference – I exported all the preferences of my old 3.2 Eclipse install, then imported them into the new 3.2.1 install.
Riyad KallaMemberI have been discussing this with another developer and it seems like a total anomoly that MyEclipse seems to exacerbate in the base Eclipse platform. We are looking at possible solutions, but it’s slow going. Can you guys make use of enginsol’s workaround here:
https://www.genuitec.com/forums/topic/ant-input-task-results-in-unsatisfiedlinkerror/#post-259803for the time being?
sbirnieMemberHas anyone figured this out? I switched over to a new XP machine and installed from scratch the Callisto version of Eclipse and MyEclipse 5, and I get this error when I try to run an and build with input parameters:
BUILD FAILED
java.lang.UnsatisfiedLinkError: no swt-win32-3232 in java.library.path
sbirnieMembernevermind – I somehow missed the post RIGHT BEFORE mine… :\
Riyad KallaMemberNo worries, keep us posted if it helps. Fixes for this didn’t make it into 5.0.3 but give it’s very ellusive nature, it may *fix* itself as quickly as it broke during one of these interm update releases. So we are still testing for it.
-
AuthorPosts