Eclipse Plugin - Export: class not found
- From: Christoph Becker <christoph.becker@xxxxxxxxxxxxxx>
- Date: Mon, 29 Aug 2005 15:21:08 +0200
hi there,
I've written an eclipse plugin to browser JacORBs NamingService. It runs
without any problems when I start it in my
eclipse-development-environment (run...->Run as application..)
BUT
when I export the plugin with the export wizard (config below) to a
fresh eclipse installation with the plugin
(com.example.Helloworld_0.0.1.jar was copied into /plugins), it throws
the following exeption:
Unable to create view: Plug-in com.example.Helloworld was unable to load
class com.example.Helloworld.HelloWorldView.
Details:
java.lang.ClassNotFoundException: com.example.Helloworld.HelloWorldView
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:403)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:350)
at
org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:78
[and so on]
---
export wizard config:
ex. Dest.: Directory
Compiler Options:; both 1.4
Export options:
[x] Include src
(also tested without)
[x] Packages as jar
(also tested without jar)
Thanks
Christoph
.
- Prev by Date: What to override inJComboBox
- Next by Date: Re: setToolTips in a JTable
- Previous by thread: What to override inJComboBox
- Next by thread: opening a window from an applet..
- Index(es):
Relevant Pages
|