Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] [Tycho Users] java.lang.ClassNotFoundException: com.ibm.icu.text.Bidi when running tests with Tycho..

Max,

What exact 3.7 version do you use? I can't match the stack trace to 3.7M6.

Also, what JVM is that? We have similar problem with SLF4J and IBM JVM [1].

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=338252

--
Regards,
Igor


On 11-04-01 07:20 AM, Max Rydahl Andersen wrote:
Hi,

We are moving to Eclipse 3.7 in jboss tools and I've started having problems during test runs with ClassNotFoundException com.ibm.icu.text.Bidi.

I thought I remembered someone mentioning this on this list and had a solution/explanation but my search haven't found it yet.

Anyone got an idea ?

Root exception:
java.lang.NoClassDefFoundError: com/ibm/icu/text/Bidi
         at org.eclipse.ui.internal.WorkbenchPlugin.checkBidiSDK_NLSPacks(WorkbenchPlugin.java:949)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
         at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
Caused by: java.lang.NoClassDefFoundError: com/ibm/icu/text/Bidi
         at org.eclipse.ui.internal.WorkbenchPlugin.checkBidiSDK_NLSPacks(WorkbenchPlugin.java:949)
         at org.eclipse.ui.internal.WorkbenchPlugin.checkCommandLineLocale(WorkbenchPlugin.java:978)
         at org.eclipse.ui.internal.WorkbenchPlugin.getDefaultOrientation(WorkbenchPlugin.java:938)
         at org.eclipse.ui.internal.WorkbenchPlugin.start(WorkbenchPlugin.java:889)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
         ... 34 more
Caused by: java.lang.ClassNotFoundException: com.ibm.icu.text.Bidi
         at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:467)
         at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
         at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
         ... 41 more

/max
http://about.me/maxandersen





Back to the top