facebook

error in eclipse

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #226878 Reply

    herzel
    Member

    hi
    I install j2sdk1.3.1 , and after the eclipse.
    when i open the eclipse, massage came with file 1111072805562.log
    the info in the text is:
    !SESSION ׳�׳¨׳¥ 17, 2005 17:20:05.812 ———————————————
    eclipse.buildId=M200409161125
    java.version=1.3.1
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=iw_IL

    !ENTRY org.eclipse.osgi ׳�׳¨׳¥ 17, 2005 17:20:05.812
    !MESSAGE Error registering XML parser services.
    !STACK 0
    java.lang.ClassNotFoundException: javax.xml.parsers.SAXParserFactory
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at org.eclipse.core.runtime.adaptor.EclipseAdaptor.registerEndorsedXMLParser(EclipseAdaptor.java:272)
    at org.eclipse.core.runtime.adaptor.EclipseAdaptor.frameworkStart(EclipseAdaptor.java:253)
    at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.start(SystemBundleActivator.java:61)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:958)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:954)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:553)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:477)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:273)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.launch(StartLevelManager.java:243)
    at org.eclipse.osgi.framework.internal.core.SystemBundle.resume(SystemBundle.java:166)
    at org.eclipse.osgi.framework.internal.core.Framework.launch(Framework.java:425)
    at org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.java:51)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:216)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
    at java.lang.reflect.Method.invoke(Native Method)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
    at org.eclipse.core.launcher.Main.run(Main.java:704)
    at org.eclipse.core.launcher.Main.main(Main.java:688)

    !ENTRY org.eclipse.osgi ׳�׳¨׳¥ 17, 2005 17:20:05.843
    !MESSAGE Startup error
    !STACK 1
    java.lang.NoClassDefFoundError: org/xml/sax/helpers/DefaultHandler
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$100(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at org.eclipse.core.runtime.adaptor.PluginConverterImpl.parsePluginInfo(PluginConverterImpl.java:557)
    at org.eclipse.core.runtime.adaptor.PluginConverterImpl.fillPluginInfo(PluginConverterImpl.java:111)
    at org.eclipse.core.runtime.adaptor.PluginConverterImpl.convertManifest(PluginConverterImpl.java:660)
    at org.eclipse.core.runtime.adaptor.EclipseBundleData.generateManifest(EclipseBundleData.java:233)
    at org.eclipse.core.runtime.adaptor.EclipseBundleData.loadManifest(EclipseBundleData.java:191)
    at org.eclipse.core.runtime.adaptor.EclipseBundleData.getManifest(EclipseBundleData.java:159)
    at org.eclipse.core.runtime.adaptor.EclipseBundleData.loadFromManifest(EclipseBundleData.java:280)
    at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultBundleData.initializeNewBundle(DefaultBundleData.java:77)
    at org.eclipse.osgi.framework.internal.defaultadaptor.DefaultAdaptor$1.begin(DefaultAdaptor.java:451)
    at org.eclipse.osgi.framework.internal.core.Framework.installWorkerPrivileged(Framework.java:746)
    at org.eclipse.osgi.framework.internal.core.Framework$2.run(Framework.java:664)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.Framework.installWorker(Framework.java:715)
    at org.eclipse.osgi.framework.internal.core.Framework.installBundle(Framework.java:659)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.installBundle(BundleContextImpl.java:219)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.installBundles(EclipseStarter.java:800)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStarter.java:429)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:222)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:127)
    at java.lang.reflect.Method.invoke(Native Method)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
    at org.eclipse.core.launcher.Main.run(Main.java:704)
    at org.eclipse.core.launcher.Main.main(Main.java:688)

    !ENTRY org.eclipse.osgi ׳�׳¨׳¥ 17, 2005 17:20:05.859
    !MESSAGE Bundle initial@reference:file:c:/eclipse/plugins/org.eclipse.core.runtime_3.0.1/ [1] was not resolved.

    #226880

    Brian Fernandes
    Moderator

    Eclipse 3 and above require Java 1.4.x

    You have installed j2sdk1.3, so it won’t work.

    Install j2sdk1.4.x and you should be fine.

    Best,
    Brian.

    #226921

    wbaltz
    Member

    Hello,
    I am a first year student in Java programming, and I have encountered
    a problem with the eclipse IDE.

    I am running windows 98 and have installed JDK 1.5.1 and eclipse 3.1
    When I start eclipse it takes a long time to load, and when it does, the tool
    bars are missing. The minimize, maximize, and other buttons are invisible,
    and attempting to access them causes the program to crash. Sometimes
    it causes windows to crash as well. Also, it will not allow me to type text in the editing window.

    I get the following error messages:

    JAVAW caused a general protection fault
    in module USER.EXE at 0008:0000301c.
    Registers:
    EAX=0002350f CS=178f EIP=0000301c EFLGS=00000246
    EBX=17875f54 SS=350f ESP=00007f24 EBP=00007f42
    ECX=00026150 DS=350f ESI=00026150 FS=342f
    EDX=82380002 ES=350f EDI=00000000 GS=0000
    Bytes at CS:EIP:
    ff 5e fa 89 46 fe 1f 66 5f 66 5e 8b 46 fe c9 c2
    Stack dump:
    350f7fd4 00460000 16bf0758 00000000 00026150 07580000 00025f54 7f705f54 0000308b 350f7fd4 00460000 00026150 6150350f 0d600002 bffc0000 00008f60

    JVM terminated. Exit code=-1
    C:\windows\javaw.exe
    -jar C:\Program Files\eclipse\startup.jar
    -os win32
    -ws win32
    -arch x86
    -launcher c:\Program Files\eclipse\eclipse.exe
    -name Eclipse
    -showsplash 600
    -exitdata ffcf687_8
    -vm c:\Windows\javaw.exe
    -vmargs
    -jar c:\Program Files\eclipse\startup.jar

    Is there any way to fix this problem? Please Help.

    #226924

    Riyad Kalla
    Member

    Eclipse is not support on Windows 98.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: error in eclipse

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