Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » M6 - unable to open Java perspective
M6 - unable to open Java perspective [message #129035] Mon, 22 December 2003 04:43 Go to next message
Eclipse UserFriend
Hi!
Just download and start linux version
(eclipse-SDK-3.0M6-linux-gtk.zip) on newly workspace. There are
no external plugins, configurations etc.

After starting eclipse console contains message
"Ignore /opt/eclipse/plugins/org.eclipse.jdt.ui_3.0.0/jdt.jar"

When I try to open Java Perspective:
log:

java.lang.ClassNotFoundException: org.eclipse.jdt.internal.ui.JavaPlugin
at org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:365)
at org.eclipse.osgi.framework.adaptor.BundleClassLoader.loadCla ss(BundleClassLoader.java:123)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadCl ass(BundleLoader.java:268)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClas s(BundleHost.java:382)
at org.eclipse.osgi.framework.internal.core.Bundle.loadClass(Bu ndle.java:1451)
at org.eclipse.core.internal.plugins.PluginDescriptor.internalD oPluginActivation(PluginDescriptor.java:468)
at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginA ctivation(PluginDescriptor.java:435)
at org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin (PluginDescriptor.java:403)
at org.eclipse.core.internal.compatibility.PluginActivator.star t(PluginActivator.java:48)
at org.eclipse.osgi.framework.internal.core.BundleContext$1.run (BundleContext.java:1185)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContext.start Activator(BundleContext.java:1178)
at org.eclipse.osgi.framework.internal.core.BundleContext.start (BundleContext.java:1110)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:458)
at org.eclipse.osgi.framework.internal.core.Bundle.start(Bundle .java:328)
at org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:133)
at org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:125)
at org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:114)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugi n.java:160)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:84)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Work benchPlugin.java:157)
at org.eclipse.ui.internal.registry.PerspectiveDescriptor.creat eFactory(PerspectiveDescriptor.java:115)
at org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Pers pective.java:659)
at org.eclipse.ui.internal.Perspective.createPresentation(Persp ective.java:290)
at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:177)
at org.eclipse.ui.internal.WorkbenchPage.createPerspective(Work benchPage.java:1041)
at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(Wor kbenchPage.java:677)
at org.eclipse.ui.internal.WorkbenchPage.access$8(WorkbenchPage .java:669)
at org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.j ava:2712)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:84)
at org.eclipse.ui.internal.WorkbenchPage.setPerspective(Workben chPage.java:2710)
at org.eclipse.ui.internal.ChangeToPerspectiveMenu.run(ChangeTo PerspectiveMenu.java:63)
at org.eclipse.ui.actions.PerspectiveMenu.run(PerspectiveMenu.j ava:303)
at org.eclipse.ui.actions.PerspectiveMenu$3.widgetSelected(Pers pectiveMenu.java:119)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:967)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1845)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1625)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1506)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:246)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:47)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccess

Please help!
Re: M6 - unable to open Java perspective [message #129062 is a reply to message #129035] Mon, 22 December 2003 05:14 Go to previous messageGo to next message
Eclipse UserFriend
What JRE are you using?
-tom

Andrew Utkin wrote:
> Hi!
> Just download and start linux version
> (eclipse-SDK-3.0M6-linux-gtk.zip) on newly workspace. There are
> no external plugins, configurations etc.
>
> After starting eclipse console contains message
> "Ignore /opt/eclipse/plugins/org.eclipse.jdt.ui_3.0.0/jdt.jar"
>
> When I try to open Java Perspective:
> log:
>
> java.lang.ClassNotFoundException: org.eclipse.jdt.internal.ui.JavaPlugin
> at org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:365)
> at org.eclipse.osgi.framework.adaptor.BundleClassLoader.loadCla ss(BundleClassLoader.java:123)
> at org.eclipse.osgi.framework.internal.core.BundleLoader.loadCl ass(BundleLoader.java:268)
> at org.eclipse.osgi.framework.internal.core.BundleHost.loadClas s(BundleHost.java:382)
> at org.eclipse.osgi.framework.internal.core.Bundle.loadClass(Bu ndle.java:1451)
> at org.eclipse.core.internal.plugins.PluginDescriptor.internalD oPluginActivation(PluginDescriptor.java:468)
> at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginA ctivation(PluginDescriptor.java:435)
> at org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin (PluginDescriptor.java:403)
> at org.eclipse.core.internal.compatibility.PluginActivator.star t(PluginActivator.java:48)
> at org.eclipse.osgi.framework.internal.core.BundleContext$1.run (BundleContext.java:1185)
> at java.security.AccessController.doPrivileged(Native Method)
> at org.eclipse.osgi.framework.internal.core.BundleContext.start Activator(BundleContext.java:1178)
> at org.eclipse.osgi.framework.internal.core.BundleContext.start (BundleContext.java:1110)
> at org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:458)
> at org.eclipse.osgi.framework.internal.core.Bundle.start(Bundle .java:328)
> at org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:133)
> at org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:125)
> at org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:114)
> at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugi n.java:160)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:84)
> at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Work benchPlugin.java:157)
> at org.eclipse.ui.internal.registry.PerspectiveDescriptor.creat eFactory(PerspectiveDescriptor.java:115)
> at org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Pers pective.java:659)
> at org.eclipse.ui.internal.Perspective.createPresentation(Persp ective.java:290)
> at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:177)
> at org.eclipse.ui.internal.WorkbenchPage.createPerspective(Work benchPage.java:1041)
> at org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(Wor kbenchPage.java:677)
> at org.eclipse.ui.internal.WorkbenchPage.access$8(WorkbenchPage .java:669)
> at org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.j ava:2712)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:84)
> at org.eclipse.ui.internal.WorkbenchPage.setPerspective(Workben chPage.java:2710)
> at org.eclipse.ui.internal.ChangeToPerspectiveMenu.run(ChangeTo PerspectiveMenu.java:63)
> at org.eclipse.ui.actions.PerspectiveMenu.run(PerspectiveMenu.j ava:303)
> at org.eclipse.ui.actions.PerspectiveMenu$3.widgetSelected(Pers pectiveMenu.java:119)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:89)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:967)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1845)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1625)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1506)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:246)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:139)
> at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:47)
> at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:85)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccess
>
> Please help!
>
Re: M6 - unable to open Java perspective [message #129075 is a reply to message #129062] Mon, 22 December 2003 06:07 Go to previous messageGo to next message
Eclipse UserFriend
On Mon, 22 Dec 2003 11:14:44 +0100, Tom Eicher wrote:

> What JRE are you using?
> -tom

From System Summary window:
java.class.path=/opt/eclipse/startup.jar
java.class.version=48.0
java.endorsed.dirs=/opt/j2sdk1.4.2_01/jre/lib/endorsed
java.ext.dirs=/opt/j2sdk1.4.2_01/jre/lib/ext
java.home=/opt/j2sdk1.4.2_01/jre
java.io.tmpdir=/tmp
java.library.path=/opt/j2sdk1.4.2_01/jre/lib/i386/client:/op t/j2sdk1.4.2_01/jre/lib/i386:/opt/j2sdk1.4.2_01/jre/../lib/i 386
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.4.2_01-b06
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.4
java.util.prefs.PreferencesFactory=java.util.prefs.FileSyste mPreferencesFactory
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.4.2_01
java.vm.info=mixed mode
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=1.4.2_01-b06




From .log:
!SESSION п╢п╣п╨ 22, 2003 12:25:49.805 ---------------------------------------------
java.version=1.4.2_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=ru_RU
Command-line arguments: -os linux -ws gtk -arch x86
!ENTRY org.eclipse.core.runtime 4 2 п╢п╣п╨ 22, 2003 12:25:49.806
.....


>
> Andrew Utkin wrote:
>> Hi!
>> Just download and start linux version (eclipse-SDK-3.0M6-linux-gtk.zip)
>> on newly workspace. There are no external plugins, configurations etc.
>>
>> After starting eclipse console contains message "Ignore
>> /opt/eclipse/plugins/org.eclipse.jdt.ui_3.0.0/jdt.jar"
>>
>> When I try to open Java Perspective:
>> log:
>>
>> java.lang.ClassNotFoundException: org.eclipse.jdt.internal.ui.JavaPlugin
>> at
>> org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:365)
>> at
>> org.eclipse.osgi.framework.adaptor.BundleClassLoader.loadCla ss(BundleClassLoader.java:123)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleLoader.loadCl ass(BundleLoader.java:268)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleHost.loadClas s(BundleHost.java:382)
>> at
>> org.eclipse.osgi.framework.internal.core.Bundle.loadClass(Bu ndle.java:1451)
>> at
>> org.eclipse.core.internal.plugins.PluginDescriptor.internalD oPluginActivation(PluginDescriptor.java:468)
>> at
>> org.eclipse.core.internal.plugins.PluginDescriptor.doPluginA ctivation(PluginDescriptor.java:435)
>> at
>> org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin (PluginDescriptor.java:403)
>> at
>> org.eclipse.core.internal.compatibility.PluginActivator.star t(PluginActivator.java:48)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleContext$1.run (BundleContext.java:1185)
>> at java.security.AccessController.doPrivileged(Native Method) at
>> org.eclipse.osgi.framework.internal.core.BundleContext.start Activator(BundleContext.java:1178)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleContext.start (BundleContext.java:1110)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:458)
>> at
>> org.eclipse.osgi.framework.internal.core.Bundle.start(Bundle .java:328)
>> at
>> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:133)
>> at
>> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:125)
>> at
>> org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:114)
>> at
>> org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugi n.java:160)
>> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:84)
>> at
>> org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Work benchPlugin.java:157)
>> at
>> org.eclipse.ui.internal.registry.PerspectiveDescriptor.creat eFactory(PerspectiveDescriptor.java:115)
>> at
>> org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Pers pective.java:659)
>> at
>> org.eclipse.ui.internal.Perspective.createPresentation(Persp ective.java:290)
>> at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:177) at
>> org.eclipse.ui.internal.WorkbenchPage.createPerspective(Work benchPage.java:1041)
>> at
>> org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(Wor kbenchPage.java:677)
>> at
>> org.eclipse.ui.internal.WorkbenchPage.access$8(WorkbenchPage .java:669)
>> at org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.j ava:2712)
>> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:84)
>> at
>> org.eclipse.ui.internal.WorkbenchPage.setPerspective(Workben chPage.java:2710)
>> at
>> org.eclipse.ui.internal.ChangeToPerspectiveMenu.run(ChangeTo PerspectiveMenu.java:63)
>> at org.eclipse.ui.actions.PerspectiveMenu.run(PerspectiveMenu.j ava:303)
>> at
>> org.eclipse.ui.actions.PerspectiveMenu$3.widgetSelected(Pers pectiveMenu.java:119)
>> at
>> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListe ner.java:89)
>> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82) at
>> org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:967) at
>> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1845) at
>> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1625) at
>> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1506) at
>> org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1482) at
>> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:246)
>> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:139)
>> at
>> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:47)
>> at
>> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
>> at
>> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:85)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
>> sun.reflect.NativeMethodAccess
>>
>> Please help!
>>
>>
Re: M6 - unable to open Java perspective [message #129085 is a reply to message #129075] Mon, 22 December 2003 07:00 Go to previous messageGo to next message
Eclipse UserFriend
Andrew Utkin wrote:
>>What JRE are you using?

> java.home=/opt/j2sdk1.4.2_01/jre

Hm, no clue. Works fine here on rh 9 using the same vm. The ususal suspects:

- verify download integrity
- extract with unzip, not konqueror

plus, have you tried to run with LANG=en_US?

No more ideas, tom
Re: M6 - unable to open Java perspective [message #129097 is a reply to message #129085] Mon, 22 December 2003 07:13 Go to previous message
Eclipse UserFriend
On Mon, 22 Dec 2003 13:00:52 +0100, Tom Eicher wrote:

>
> - verify download integrity
eclipse/plugins/org.eclipse.jdt.ui_3.0.0/jdt.jar bad CRC bfdd7799
(should be cb72822e)

Thanks a lot! Sorry for disturbance.

> - extract with unzip, not konqueror
>
> plus, have you tried to run with LANG=en_US?
>
> No more ideas, tom
Previous Topic:which linux version?
Next Topic:Using JDT code formatting from an ant script
Goto Forum:
  


Current Time: Fri May 09 14:32:05 EDT 2025

Powered by FUDForum. Page generated in 0.04365 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top