Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-nab-dev] Installing NAB/MWT on Eclipse Galileo success, but can't using it

Hi,

I have installed on my Debian GNU/Linux Lenny JAVA from Sun:
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Server VM (build 11.0-b15, mixed mode)

I have installed Eclipse Galileo from downloaded:
eclipse-cpp-galileo-linux-gtk.tar.gz

I added the URL in Eclipse
'Native Application Builder Project Updates'
http://download.eclipse.org/dsdp/nab/updates/

and installed
'Native Application Builder (NAB) for MWT Library, Linux GTK package.'

Now, when I'm trying to create a new NAB/MWT Project, I get an Error
message:
'Problem Opening Wizard'
'The selected wizard could not be started.'

In Details I can read:
'The selected wizard could not be started.
 Plug-in org.eclipse.nab.mwt was unable to load class
 org.eclipse.nab.mwt.ab.core.MwtNewProjectWizard.
 An error occurred while automatically activating bundle
 org.eclipse.nab.mwt (222).'

Then I hit 'Show Log'.
In the 'Error Log' tab I can read:

'An error occurred while automatically activating bundle
org.eclipse.nab.mwt (222).'
'org.osgi.framework.BundleException: Exception in
org.eclipse.nab.mwt.ab.core.CorePlugin.start() of bundle
org.eclipse.nab.mwt.

at org.eclipse.osgi.framework.internal.core.BundleContextImpl\
 .startActivator(BundleContextImpl.java:805)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl\
 .start(BundleContextImpl.java:754)
at org.eclipse.osgi.framework.internal.core.BundleHost\
 .startWorker(BundleHost.java:352)
at org.eclipse.osgi.framework.internal.core.AbstractBundle\
 .start(AbstractBundle.java:280)
at org.eclipse.osgi.framework.util.SecureAction\
 .start(SecureAction.java:408)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter\
 .postFindLocalClass(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager\
 .findLocalClass(ClasspathManager.java:449)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader\
 .findLocalClass(DefaultClassLoader.java:211)
at org.eclipse.osgi.internal.loader.BundleLoader\
 .findLocalClass(BundleLoader.java:376)
at org.eclipse.osgi.internal.loader.BundleLoader\
 .findClassInternal(BundleLoader.java:452)
at org.eclipse.osgi.internal.loader.BundleLoader\
 .findClass(BundleLoader.java:405)
etc.
etc.'

Message:
'Unable to satisfy dependency from org.eclipse.jst.common\
 .project.facet.ui 1.4.0.v200906080500 to requiredCapability: \
 osgi.bundle/org.eclipse.ui.forms/[3.4.0,4.0.0).'

Exception Stack Trace:
'An exception stack trace is not available.'

Session Data:
'eclipse.buildId=M20080911-1700
java.version=1.6.0_10
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=hu_HU
Command-line arguments:  -os linux -ws gtk -arch x86'



Why can't I use the NAB/MWT Wizard to create a new NAB/MWT Project?

This error occured when I want to change the Perspective to NAB/MWT
too.

Any advices will be appreciated!

--
Regards, Paul Chany
http://csanyi-pal.info


Back to the top