[prev in list] [next in list] [prev in thread] [next in thread] 

List:       subclipse-users
Subject:    Class not found error for subclipse on OSX
From:       Jim McLoughlin <jimmcloughlin () earthlink ! net>
Date:       2004-11-18 21:47:04
Message-ID: 6302B34A-39AB-11D9-B879-000393B2DF14 () earthlink ! net
[Download RAW message or body]

Hi

I was successfully using subclipse on my mac with Eclipse 3.0 a month  
ago.  I did a fresh install of eclipse 3.0.1, and reinstalled the  
latest subclipse plugin via the Help->update menu (using the subclipse  
update site URL).

I have installed the svn-ssl-client and svn-ssl-javahl libraries via  
fink.

When I try Window->Open Perspective->SVN Repository Exploring I get a  
pop up window with the message:

Problems opening perspective  
'org.tigris.subversion.subclipse.ui.svnPerspective'

The error console has the message:

Plug-in org.tigris.subversion.subclipse.ui was unable to load class  
org.tigris.subversion.subclipse.ui.SVNPerspective.

with a detailed stack trace (see the end of this email).

Can someone give me some guidelines on how to remedy this?  The  
subclipse plugin is installed in the ECLIPSE_HOME/plugins directory.   
Is there some kind of classpath setting I need to change?

Thanks,

Jim M

Stack trace:

java.lang.ClassNotFoundException:  
org.tigris.subversion.subclipse.ui.SVNPerspective
at  
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLo 
ader.java:404)
at  
org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(Ab 
stractClassLoader.java:93)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at  
org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLo 
ader.java:307)
at  
org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost 
.java:336)
at  
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(Abstra 
ctBundle.java:1313)
at  
org.eclipse.core.internal.registry.ConfigurationElement.createExecutable 
Extension(ConfigurationElement.java:131)
at  
org.eclipse.core.internal.registry.ConfigurationElement.createExecutable 
Extension(ConfigurationElement.java:124)
at  
org.eclipse.core.internal.registry.ConfigurationElement.createExecutable 
Extension(ConfigurationElement.java:113)
at  
org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:196)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at  
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin. 
java:193)
at  
org.eclipse.ui.internal.registry.PerspectiveDescriptor.createFactory(Per 
spectiveDescriptor.java:130)
at  
org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Perspective.java 
:599)
at  
org.eclipse.ui.internal.Perspective.createPresentation(Perspective.java: 
203)
at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:103)
at  
org.eclipse.ui.internal.WorkbenchPage.createPerspective(WorkbenchPage.ja 
va:1148)
at  
org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.j 
ava:736)
at  
org.eclipse.ui.internal.WorkbenchPage.access$8(WorkbenchPage.java:728)
at org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.java:2961)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at  
org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java: 
2959)
at  
org.eclipse.ui.internal.ChangeToPerspectiveMenu.run(ChangeToPerspectiveM 
enu.java:87)
at org.eclipse.ui.actions.PerspectiveMenu.run(PerspectiveMenu.java:303)
at  
org.eclipse.ui.actions.PerspectiveMenu.runOther(PerspectiveMenu.java: 
318)
at  
org.eclipse.ui.actions.PerspectiveMenu$4.widgetSelected(PerspectiveMenu. 
java:134)
at  
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java: 
89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2871)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2541)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
at  
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java: 
254)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
at  
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
at  
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActiva 
tor.java:335)
at  
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 
273)
at  
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 
129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at  
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav 
a:39)
at  
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor 
Impl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
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)


Hi


I was successfully using subclipse on my mac with Eclipse 3.0 a month
ago.  I did a fresh install of eclipse 3.0.1, and reinstalled the
latest subclipse plugin via the Help->update menu (using the subclipse
update site URL).


I have installed the svn-ssl-client and svn-ssl-javahl libraries via
fink.  


When I try Window->Open Perspective->SVN Repository Exploring I get a
pop up window with the message:


Problems opening perspective
'org.tigris.subversion.subclipse.ui.svnPerspective'


The error console has the message:


<fontfamily><param>Lucida Grande</param><x-tad-smaller>Plug-in
org.tigris.subversion.subclipse.ui was unable to load class
org.tigris.subversion.subclipse.ui.SVNPerspective.


with a detailed stack trace (see the end of this email).


Can someone give me some guidelines on how to remedy this?  The
subclipse plugin is installed in the ECLIPSE_HOME/plugins directory. 
Is there some kind of classpath setting I need to change?


Thanks,


Jim M


Stack trace:


java.lang.ClassNotFoundException:
org.tigris.subversion.subclipse.ui.SVNPerspective

at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:404)


at
org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93)


at java.lang.ClassLoader.loadClass(ClassLoader.java:235)

at
org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:307)


at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:336)

at
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1313)


at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:131)


at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:124)


at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:113)


at
org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:196)

at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)

at
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:193)

at
org.eclipse.ui.internal.registry.PerspectiveDescriptor.createFactory(PerspectiveDescriptor.java:130)


at
org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Perspective.java:599)

at
org.eclipse.ui.internal.Perspective.createPresentation(Perspective.java:203)

at org.eclipse.ui.internal.Perspective.<<init>(Perspective.java:103)

at
org.eclipse.ui.internal.WorkbenchPage.createPerspective(WorkbenchPage.java:1148)

at
org.eclipse.ui.internal.WorkbenchPage.busySetPerspective(WorkbenchPage.java:736)

at
org.eclipse.ui.internal.WorkbenchPage.access$8(WorkbenchPage.java:728)

at
org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.java:2961)

at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)

at
org.eclipse.ui.internal.WorkbenchPage.setPerspective(WorkbenchPage.java:2959)

at
org.eclipse.ui.internal.ChangeToPerspectiveMenu.run(ChangeToPerspectiveMenu.java:87)

at org.eclipse.ui.actions.PerspectiveMenu.run(PerspectiveMenu.java:303)

at
org.eclipse.ui.actions.PerspectiveMenu.runOther(PerspectiveMenu.java:318)

at
org.eclipse.ui.actions.PerspectiveMenu$4.widgetSelected(PerspectiveMenu.java:134)

at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1196)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1220)

at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1205)

at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1053)

at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2871)

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2541)

at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)

at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)

at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)

at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)

at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)

at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)

at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)

at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)

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:324)

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)

</x-tad-smaller></fontfamily>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic