zenshen - 2007-08-06

I used the instructions given in the readme to try and install the Hibernator on Eclipse..( I unzipped contents of hibernator-0.9.x.zip into <eclipse-install>/plugins )
As soon as I try to add a connection I keep getting the following error in .log
Even then the connection does show up..
When I try to connect , it says it has added the mapping , however the query view is not enabled , and the following error occurs again in .log
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
org.eclipse.jface.resource.DeviceResourceException: Unable to create resource FileImageDescriptor(location=class net.sf.hibernator.wizard.NewConnectionWizard, name=/hibernate_logo.gif)
    at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:173)
    at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:56)
    at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:87)
    at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:114)
    at org.eclipse.jface.wizard.Wizard.getDefaultPageImage(Wizard.java:219)
    at org.eclipse.jface.wizard.WizardPage.getImage(WizardPage.java:151)
    at org.eclipse.jface.wizard.WizardDialog.updateTitleBar(WizardDialog.java:1280)
    at org.eclipse.jface.wizard.WizardDialog.update(WizardDialog.java:1126)
    at org.eclipse.jface.wizard.WizardDialog.showStartingPage(WizardDialog.java:1085)
    at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:504)
    at org.eclipse.jface.window.Window.create(Window.java:426)
    at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1124)
    at org.eclipse.jface.window.Window.open(Window.java:785)
    at net.sf.hibernator.views.ConnectionView.edit(ConnectionView.java:252)
    at net.sf.hibernator.views.ConnectionView.access$2(ConnectionView.java:243)
    at net.sf.hibernator.views.ConnectionView$4.run(ConnectionView.java:147)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:499)