Bug 5169 - Missing core203.dll
Summary: Missing core203.dll
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Jeff McAffer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-23 05:54 EDT by Philipe Mulet CLA
Modified: 2001-11-05 10:43 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2001-10-23 05:54:01 EDT
Whenever running an Ant script in build 205, I get the following stack trace 
dumped in the log:

java.lang.UnsatisfiedLinkError: no core203  (core203.dll) in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1380)
        at java.lang.Runtime.loadLibrary0(Runtime.java:766)
        at java.lang.System.loadLibrary(System.java:849)
        at org.eclipse.ant.core.EclipseProject.<clinit>(EclipseProject.java:40)
        at org.eclipse.ant.internal.ui.AntAction.extractProject(AntAction.java:6
2)
        at org.eclipse.ant.internal.ui.AntAction.run(AntAction.java:49)
        at org.eclipse.ant.internal.ui.RunAntActionDelegate.run(RunAntActionDele
gate.java:43)
        at org.eclipse.ui.internal.PluginAction.run(PluginAction.java:125)
        at org.eclipse.jface.action.Action.runWithEvent(Action.java:451)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection
(ActionContributionItem.java:407)
        at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(Act
ionContributionItem.java:361)
        at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContri
butionItem.java:352)
        at org.eclipse.jface.action.ActionContributionItem$ActionListener.handle
Event(ActionContributionItem.java:47)
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled C
ode))
        at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(Compiled C
ode))
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java(Compil
ed Code))
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java(Compiled
 Code))
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java(Compile
d Code))
        at org.eclipse.ui.internal.Workbench.run(Workbench.java:658)
        at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoa
der.java:820)
        at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285)
        at java.lang.reflect.Method.invoke(Native Method)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:151)
        at org.eclipse.core.launcher.Main.run(Main.java:433)
        at org.eclipse.core.launcher.UIMain.main(UIMain.java:52)
Comment 1 Rodrigo Peretti CLA 2001-11-02 17:00:00 EST
Fixed. Problem was not to include the libraries in the build.properties file.
Comment 2 Rodrigo Peretti CLA 2001-11-05 10:43:06 EST
Fixed in v208