facebook

3.3-6.GA Linux x64: Path for IClasspathEntry/Hibernate Cap.

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #274428 Reply

    Hi,

    tried to get running MyEclipse 6.0GA with Eclipse on a x64 Linux (Debian Lenny).

    That’s the installation way I finally followed after reading the support forum notes regarding “fresh installations”:

    – Fresh installation: Eclipse 3.3 unzipped. Using JDK 1.5_12 from a starter script (see at the very end of this post).
    – Added a freshly unzipped directory with MyEclipse as an extension location.
    – Started pointing to an empty workspace.
    – Created a dummy project, tried to add the Hibernate capabilities. This actually *works*: The Hibernate configuration dialog appears. Yippiee! 😉
    – Click on cancel or add Hibernate capabilities.
    – Close Eclipse.
    – Open Eclipse again.
    – Create a new project and try to add Hibernate capabilities again. Now nothing happens! :-(((

    .metada/.log says “Path for IClasspathEntry must be absolute”:


    !SESSION 2007-08-24 07:43:20.118 ———————————————–
    eclipse.buildId=I20070625-1500
    java.version=1.5.0_12
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=de_DE
    Command-line arguments: -os linux -ws gtk -arch x86_64 -clean

    !ENTRY org.eclipse.update.configurator 2007-08-24 07:43:23.738
    !MESSAGE Could not install bundle ../MyEclipse_6.0GA_E3.3_ManualInstall/eclipse/plugins/javax.servlet.jsp_2.0.0.v200706191603.jar Bundle “javax.servlet.jsp” version “2.0.0.v200706191603” has already been installed from: update@plugins/javax.servlet.jsp_2.0.0.v200706191603.jar

    !ENTRY org.eclipse.update.configurator 2007-08-24 07:43:23.896
    !MESSAGE Could not install bundle ../MyEclipse_6.0GA_E3.3_ManualInstall/eclipse/plugins/org.apache.commons.logging_1.0.4.v200706111724.jar Bundle “org.apache.commons.logging” version “1.0.4.v200706111724” has already been installed from: update@plugins/org.apache.commons.logging_1.0.4.v200706111724.jar

    !ENTRY org.eclipse.update.configurator 2007-08-24 07:43:24.040
    !MESSAGE Could not install bundle ../MyEclipse_6.0GA_E3.3_ManualInstall/eclipse/plugins/org.apache.commons.el_1.0.0.v200706111724.jar Bundle “org.apache.commons.el” version “1.0.0.v200706111724” has already been installed from: update@plugins/org.apache.commons.el_1.0.0.v200706111724.jar

    !ENTRY org.eclipse.update.configurator 2007-08-24 07:43:25.084
    !MESSAGE Could not install bundle ../MyEclipse_6.0GA_E3.3_ManualInstall/eclipse/plugins/javax.servlet_2.4.0.v200706111738.jar Bundle “javax.servlet” version “2.4.0.v200706111738″ has already been installed from: update@plugins/javax.servlet_2.4.0.v200706111738.jar

    !ENTRY org.eclipse.ui 4 0 2007-08-24 07:43:46.664
    !MESSAGE Unhandled event loop exception
    !STACK 0
    org.eclipse.core.runtime.AssertionFailedException: assertion failed: Path for IClasspathEntry must be absolute
    at org.eclipse.core.runtime.Assert.isTrue(Assert.java:109)
    at org.eclipse.jdt.core.JavaCore.newLibraryEntry(JavaCore.java:3829)
    at org.eclipse.jdt.internal.core.UserLibrary.createFromString(UserLibrary.java:188)
    at org.eclipse.jdt.internal.core.UserLibraryManager.recreatePersistedUserLibraryEntry(UserLibraryManager.java:169)
    at org.eclipse.jdt.internal.core.UserLibraryManager.getLibraryMap(UserLibraryManager.java:145)
    at org.eclipse.jdt.internal.core.UserLibraryManager.getUserLibraryNames(UserLibraryManager.java:74)
    at org.eclipse.jdt.core.JavaCore.getUserLibraryNames(JavaCore.java:3187)
    at com.genuitec.eclipse.hibernate.wizards.NewHibernateSupportMainWizardPage.initLibraryList(NewHibernateSupportMainWizardPage.java:207)
    at com.genuitec.eclipse.hibernate.wizards.NewHibernateSupportMainWizardPage.createControl(NewHibernateSupportMainWizardPage.java:247)
    at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
    at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:669)
    at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:543)
    at org.eclipse.jface.window.Window.create(Window.java:426)
    at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1081)
    at org.eclipse.jface.window.Window.open(Window.java:785)
    at com.genuitec.eclipse.hibernate.action.AddHibernateCapabilitiesActionDelegate.basicRun(AddHibernateCapabilitiesActionDelegate.java:71)
    at com.genuitec.eclipse.hibernate.action.AddHibernateCapabilitiesActionDelegate.run(AddHibernateCapabilitiesActionDelegate.java:52)
    at com.genuitec.eclipse.core.ui.action.LicenseValidatingActionDelegate.runWithEvent(Unknown Source)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:246)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
    at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    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:585)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1144)

    Any help would be very appreciated. Installation details attached.

    Thanks in advance!

    Kind regards,

    Karsten

    ******* Installation Details *******
    *** Date:
    Freitag, 24. August 2007 7.46 Uhr GMT+01:00

    ** System properties:
    OS=Linux
    OS version=2.6.21-2-amd64
    Java version=1.5.0_12

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 6.0.0 GA
    Build id: 6.0.0-GA-200708

    *** Eclipse details:
    Eclipse SDK
    Version: 3.3.0
    Build id: I20070625-1500

    Eclipse Platform
    Version: 3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G
    Build id: I20070625-1500

    Eclipse RCP
    Version: 3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG
    Build id: I20070625-1500

    Eclipse Java Development Tools
    Version: 3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR
    Build id: I20070625-1500

    Eclipse Plug-in Development Environment
    Version: 3.3.0.v20070607-7N7M-DUUEF6Ez0H46IcCC
    Build id: I20070625-1500

    Eclipse Project SDK
    Version: 3.3.0.v20070607-7M7J-BIolz-OcxWxvWAPSfLPqevO
    Build id: I20070625-1500
    Eclipse Graphical Editing Framework
    Version: 3.3.0.v20070620
    Build id: 20070620-1021

    Eclipse startup command=-os
    linux
    -ws
    gtk
    -arch
    x86_64
    -showsplash
    -launcher
    /home/karsten/dev/ide/eclipse33_4_my/eclipse
    -name
    Eclipse
    –launcher.library
    /home/karsten/dev/ide/eclipse33_4_my/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.0.v20070606/eclipse_1017a.so
    -startup
    /home/karsten/dev/ide/eclipse33_4_my/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
    -exitdata
    850000e
    -clean
    -vm
    /home/karsten/dev/jdk/jdk1.5.0_12/bin/java

    ******* Content of the starter script *******
    #! /bin/bash
    export JAVA_HOME=/home/karsten/dev/jdk/jdk1.5.0_12
    export PATH=${JAVA_HOME}/bin:$PATH
    ./eclipse -clean &

    #274454 Reply

    Riyad Kalla
    Member

    Karsten,
    If you are using a 64-bit JDK or 64-bit build of Eclipse, this is most likely the problem. MyEclipse is a 32-bit build and isn’t tested or supported against the 64-bit versions of Eclipse/JDK at this time.

    See if you can put together a standard 32-bit build of Eclipse + MyEclipse, then run with the 32-bit Sun JDK and see if suddenly everything works.

    #274489 Reply

    Hell Ryad,

    thanks for your quick reply! So I’ve changed everything to 32bit – this works fine. But now another problem came up – I can’t connect via the update manager to any repository – neither Eclipse, nor Codehaus nor tigris.org.

    Error message is:

    !SESSION 2007-08-24 17:44:41.418 ———————————————–
    eclipse.buildId=I20070625-1500
    java.version=1.5.0_12
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_DE
    Command-line arguments: -os linux -ws gtk -arch x86 -clean

    !ENTRY org.eclipse.update.configurator 2007-08-24 17:44:43.973
    !MESSAGE Could not install bundle ../MyEclipse_6.0GA_E3.3_ManualInstall/eclipse/plugins/javax.servlet.jsp_2.0.0.v200706191603.jar Bundle “javax.servlet.jsp” version “2.0.0.v200706191603” has already been installed from: update@plugins/javax.servlet.jsp_2.0.0.v200706191603.jar

    !ENTRY org.eclipse.update.configurator 2007-08-24 17:44:44.072
    !MESSAGE Could not install bundle ../MyEclipse_6.0GA_E3.3_ManualInstall/eclipse/plugins/org.apache.commons.logging_1.0.4.v200706111724.jar Bundle “org.apache.commons.logging” version “1.0.4.v200706111724” has already been installed from: update@plugins/org.apache.commons.logging_1.0.4.v200706111724.jar

    !ENTRY org.eclipse.update.configurator 2007-08-24 17:44:44.200
    !MESSAGE Could not install bundle ../MyEclipse_6.0GA_E3.3_ManualInstall/eclipse/plugins/org.apache.commons.el_1.0.0.v200706111724.jar Bundle “org.apache.commons.el” version “1.0.0.v200706111724” has already been installed from: update@plugins/org.apache.commons.el_1.0.0.v200706111724.jar

    !ENTRY org.eclipse.update.configurator 2007-08-24 17:44:45.023
    !MESSAGE Could not install bundle ../MyEclipse_6.0GA_E3.3_ManualInstall/eclipse/plugins/javax.servlet_2.4.0.v200706111738.jar Bundle “javax.servlet” version “2.4.0.v200706111738” has already been installed from: update@plugins/javax.servlet_2.4.0.v200706111738.jar

    !ENTRY org.eclipse.update.core 4 42 2007-08-24 17:45:22.488
    !MESSAGE Network connection problems encountered during search.
    !SUBENTRY 1 org.eclipse.update.core 4 0 2007-08-24 17:45:22.489
    !MESSAGE Unable to access “http://m2eclipse.codehaus.org/update/”.
    !STACK 1
    org.eclipse.core.runtime.CoreException: Error parsing site stream. [Premature end of file.]
    at org.eclipse.update.core.Utilities.newCoreException(Utilities.java:223)
    at org.eclipse.update.core.Utilities.newCoreException(Utilities.java:254)
    at org.eclipse.update.core.model.SiteModelFactory.parseSite(SiteModelFactory.java:93)
    at org.eclipse.update.internal.core.SiteURLFactory.createSite(SiteURLFactory.java:80)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(InternalSiteManager.java:334)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(InternalSiteManager.java:326)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(InternalSiteManager.java:298)
    at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSite(InternalSiteManager.java:222)
    at org.eclipse.update.internal.core.InternalSiteManager.getSite(InternalSiteManager.java:162)
    at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
    at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSearchRequest.java:452)
    at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSearchRequest.java:323)
    at org.eclipse.update.ui.UpdateJob.runSearchForNew(UpdateJob.java:182)
    at org.eclipse.update.ui.UpdateJob.run(UpdateJob.java:170)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    org.eclipse.core.runtime.CoreException[0]: org.xml.sax.SAXParseException: Premature end of file.
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:215)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:386)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
    at com.sun.org.apache.xerces.internal.impl.XMLVersionDetector.determineDocVersion(XMLVersionDetector.java:230)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:798)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
    at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
    at org.eclipse.update.core.model.DefaultSiteParser.parse(DefaultSiteParser.java:152)
    at org.eclipse.update.core.model.SiteModelFactory.parseSite(SiteModelFactory.java:81)
    at org.eclipse.update.internal.core.SiteURLFactory.createSite(SiteURLFactory.java:80)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(InternalSiteManager.java:334)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(InternalSiteManager.java:326)
    at org.eclipse.update.internal.core.InternalSiteManager.createSite(InternalSiteManager.java:298)
    at org.eclipse.update.internal.core.InternalSiteManager.attemptCreateSite(InternalSiteManager.java:222)
    at org.eclipse.update.internal.core.InternalSiteManager.getSite(InternalSiteManager.java:162)
    at org.eclipse.update.core.SiteManager.getSite(SiteManager.java:80)
    at org.eclipse.update.search.UpdateSearchRequest.searchOneSite(UpdateSearchRequest.java:452)
    at org.eclipse.update.search.UpdateSearchRequest.performSearch(UpdateSearchRequest.java:323)
    at org.eclipse.update.ui.UpdateJob.runSearchForNew(UpdateJob.java:182)
    at org.eclipse.update.ui.UpdateJob.run(UpdateJob.java:170)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

    But without SVN, Mylyn and Maven support (amongst others), using MyEclipse wouldn’t make sense to me… B.t.w. – this problem also appears when trying to add MyEclipse features.

    Any idea? Could it be that I must get 32bit GTK support to work? When Eclipse starts (via the starter script), I can see at the console:
    “(eclipse:31266): Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so: wrong ELF class: ELFCLASS64”

    Thanks and best regards,

    Karsten

    PS: Installation summary
    *** Date:
    Freitag, 24. August 2007 17.53 Uhr GMT+01:00

    ** System properties:
    OS=Linux
    OS version=2.6.21-2-amd64
    Java version=1.5.0_12

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 6.0.0 GA
    Build id: 6.0.0-GA-200708

    *** Eclipse details:
    Eclipse SDK
    Version: 3.3.0
    Build id: I20070625-1500

    Eclipse Platform
    Version: 3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G
    Build id: I20070625-1500

    Eclipse RCP
    Version: 3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG
    Build id: I20070625-1500

    Eclipse Java Development Tools
    Version: 3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR
    Build id: I20070625-1500

    Eclipse Plug-in Development Environment
    Version: 3.3.0.v20070607-7N7M-DUUEF6Ez0H46IcCC
    Build id: I20070625-1500

    Eclipse Project SDK
    Version: 3.3.0.v20070607-7M7J-BIolz-OcxWxvWAPSfLPqevO
    Build id: I20070625-1500

    Eclipse Graphical Editing Framework
    Version: 3.3.0.v20070620
    Build id: 20070620-1021

    Eclipse startup command=-os
    linux
    -ws
    gtk
    -arch
    x86
    -showsplash
    /home/karsten/dev/ide/eclipse_i586//plugins/org.eclipse.platform_3.3.0.v20070613/splash.bmp
    -launcher
    /home/karsten/dev/ide/eclipse_i586/eclipse
    -name
    Eclipse
    –launcher.library
    /home/karsten/dev/ide/eclipse_i586/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.0.v20070606/eclipse_1017a.so
    -startup
    /home/karsten/dev/ide/eclipse_i586/plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar
    -clean
    -vm
    /home/karsten/dev/jdk/jdk1.5.0_12_i586/bin/../jre/lib/i386/client/libjvm.so

    #274492 Reply

    Riyad Kalla
    Member

    Karsten,
    I don’t think the 64-bit GNOME issue is a problem, and I’m very suspricious of the “premature end of file” exceptions.

    My first thought is it possible you customized your Sun JDK install with some custom XML parsing libraries in the /ext directory by chance? Or are you behind a firewall *or* proxy that could be causing problems by mis-caching files?

    #274511 Reply

    Riyad,

    thanks again – you really do a great job – fast and focussed!
    >My first thought is it possible you customized your Sun JDK install with some custom
    >XML parsing libraries in the /ext directory by chance?
    >Or are you behind a firewall *or* proxy that could be causing problems by mis-caching files?
    Neither – nor. The JDK is a plain fresh downloaded and unzipped 1.5_12 for i586. No additional XML parsers or whatever.

    As I can connect to the updates sites with the 64bit version I doubt any firewall/router settings are the reason. Additionally I’m able to open site.xml in “Iceweasel”/Firefox e.g. at http://subclipse.tigris.org/update_1.2.x/site.xml, so this should mean that the connection is ok?

    Furthermore XML-parsing in general works fine – creating and reading XML runs ok.

    Do you have other hints? Or could you perhaps ask if a build for 64bit Linux is on the roadmap? Thanks!

    Best regards,

    Karsten

    #274512 Reply

    Riyad Kalla
    Member

    As I can connect to the updates sites with the 64bit version I doubt any firewall/router settings are the reason. Additionally I’m able to open site.xml in “Iceweasel”/Firefox e.g. at http://subclipse.tigris.org/update_1.2.x/site.xml, so this should mean that the connection is ok?

    Hmmm… yes it sounds like you did all the correct checking that I would think of to make sure it wasn’t a network issue.

    Out of curiosity, if you go to File > Switch Workspace > /tmp/testworkspace and hit OK to restart. Then try the update manager, do the URLs work? I wonder if it’s a stale workspcae state that’s causing the problem.

    #274513 Reply

    @support-rkalla wrote:

    Out of curiosity, if you go to File > Switch Workspace > /tmp/testworkspace and hit OK to restart. Then try the update manager, do the URLs work? I wonder if it’s a stale workspcae state that’s causing the problem.

    Nope, didn’t work… Seems I need to give up using MyEclipse until Genuitec’ll support 64bit Linux. Anyway – your support is very appreciated!

    Best regards,

    Karsten

    #274516 Reply

    Riyad Kalla
    Member

    Karsten,
    We can’t give up… the reason is because I’ve run 64-bit Ubuntu for 3 months before and had no problems running Eclipse/MyEclipse under it… so this is baffling me.

    Just to make sure, the version of Eclipse you grabbed was from eclipse.org, 32-bit build and SDK… not the one from Synaptic right?

    Also you grabbed the JDK from Sun’s java.sun.com website right?

    Lastly, you put a pint of your own blood in the sun for 1 hour before trying the installation right?

    #274517 Reply

    Just to make sure, the version of Eclipse you grabbed was from eclipse.org, 32-bit build and SDK… not the one from Synaptic right?

    Right. Plain http://www.eclipse.org download.

    Also you grabbed the JDK from Sun’s java.sun.com website right?

    Yessir. From http://java.sun.com .

    Lastly, you put a pint of your own blood in the sun for 1 hour before trying the installation right?

    Hum? Didn’t you know I’m an android and fed with fuel – would be too explosive to put this in the sun for one our. Also, fuel is quite rare at the moment in Germany – and expensive, too!
    To be honest – I don’t understand this question and assume it’s a test wether I’m able to follow your English at all??? ;-)))

    #274519 Reply

    Riyad Kalla
    Member

    To be honest – I don’t understand this question and assume it’s a test wether I’m able to follow your English at all??? ;-)))

    Ahh it was a bad joke because of all the hoops we have had to jump through.

    One last thing we can try… do you have Sun’s JDK 1.6.0_02 install anywhere that you could try and run MyEclipse with?

    #274521 Reply

    Ahh it was a bad joke because of all the hoops we have had to jump through.

    Haha, I see, this makes my answer even more bizarre 😉

    do you have Sun’s JDK 1.6.0_02 install anywhere that you could try and run MyEclipse with?

    You mean a 32bit, I guess? Need to download it first.
    But now I’ve to collect my beloved from the train station and then it’ll be past midnight here, so I wish you a nice weekend!

    On Monday you’ll have my result…

    #274524 Reply

    Riyad Kalla
    Member

    Karsten,
    Have a great weekend, and thank you for helping me troubleshoot this.

    #274651 Reply

    *** SOLVED ***
    Hi Riyad,

    I need to thank you for your patience. Anyway – this problem is now *solved* 🙂
    Actually not by using the 32bit 1.6 JDK – here the “premature end of file” remained…

    So before I went completely mad, I tried to repeat the entire (64bit) installation steps again – somehow I couldn’t understand why the Hibernate settings appeared the first time and then not. So I tried and found out I forgot to mention one step after creating the first project. This was importing the previously exported Eclipse settings.
    And herein the problems lied – I can even create multiple projects (or import existing ones) and add Hibernate or whatever capabilities as long as I do not import the old settings (which actually came from a 32bit system, don’t know if that’s related).

    So I decided to adjust my perspectives manually and import just the formatter and key settings – now it works :-)))

    Now running MyEclipse 6.0 with Eclipse 3.3/64bit on a Debian Lenny using JDK 1.6_02/64bit. Yippieeh!

    Thanks a lot for your support, Riyad – without getting the impression of having done everything that could be done I’d have given up much earlier.

    Best regards from Europe, Germany, Berlin,

    Karsten

    #274653 Reply

    Riyad Kalla
    Member

    Karsten that’s awesome news!

    I have actually had a “bad” set of preferences before, back in Eclipse 3.0 days that when I would import it, things would break… it was really strange, I had no idea why.

    Either way I’m glad it’s working now.

Viewing 14 posts - 1 through 14 (of 14 total)
Reply To: 3.3-6.GA Linux x64: Path for IClasspathEntry/Hibernate Cap.

You must be logged in to post in the forum log in