Linux: java.lang.ClassNotFoundException: java.text.Bidi when opening a gef editor. [message #197560] |
Tue, 04 October 2005 13:45 |
drew frantz Messages: 340 Registered: July 2009 |
Senior Member |
|
|
I get the following stack trace when opening my GEF editor on linux. Anyone
have any clues as to why?
java.lang.ClassNotFoundException: java.text.Bidi
at java.lang.ClassLoader.findClass(java.lang.String)
(/usr/lib/libgcj.so.6.0.0)
at java.lang.ClassLoader.loadClass(java.lang.String, boolean)
(/usr/lib/libgcj.so.6.0.0)
at java.lang.ClassLoader.loadClass(java.lang.String)
(/usr/lib/libgcj.so.6.0.0)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(java.lang.St
ring, boolean) (Unknown Source)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(java.lang.St
ring) (Unknown Source)
at
org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader. loadClass(java.l
ang.String, boolean) (Unknown Source)
at java.lang.ClassLoader.loadClass(java.lang.String)
(/usr/lib/libgcj.so.6.0.0)
at org.eclipse.draw2d.text.BidiProcessor.process() (Unknown Source)
at org.eclipse.draw2d.text.BlockFlow.validate() (Unknown Source)
at org.eclipse.draw2d.text.FlowPage.validate() (Unknown Source)
at org.eclipse.draw2d.text.FlowPage.getPreferredSize(int, int) (Unknown
Source)
at org.eclipse.draw2d.text.FlowPage.getMinimumSize(int, int) (Unknown
Source)
at
org.eclipse.draw2d.BorderLayout.calculateMinimumSize(org.ecl ipse.draw2d.IFig
ure, int, int) (Unknown Source)
at
org.eclipse.draw2d.AbstractHintLayout.getMinimumSize(org.ecl ipse.draw2d.IFig
ure, int, int) (Unknown Source)
at org.eclipse.draw2d.Figure.getMinimumSize(int, int) (Unknown Source)
at
org.eclipse.draw2d.StackLayout.calculateMinimumSize(org.ecli pse.draw2d.IFigu
re, int, int) (Unknown Source)
at
org.eclipse.draw2d.AbstractHintLayout.getMinimumSize(org.ecl ipse.draw2d.IFig
ure, int, int) (Unknown Source)
at org.eclipse.draw2d.Figure.getMinimumSize(int, int) (Unknown Source)
at org.eclipse.draw2d.ToolbarLayout.calculateChildrenSize(java. util.List,
int, int, boolean) (Unknown Source)
at
org.eclipse.draw2d.ToolbarLayout.calculateMinimumSize(org.ec lipse.draw2d.IFi
gure, int, int) (Unknown Source)
at
org.eclipse.draw2d.AbstractHintLayout.getMinimumSize(org.ecl ipse.draw2d.IFig
ure, int, int) (Unknown Source)
at org.eclipse.draw2d.Figure.getMinimumSize(int, int) (Unknown Source)
at org.eclipse.draw2d.ToolbarLayout.calculateChildrenSize(java. util.List,
int, int, boolean) (Unknown Source)
at
org.eclipse.draw2d.ToolbarLayout.calculateMinimumSize(org.ec lipse.draw2d.IFi
gure, int, int) (Unknown Source)
at
org.eclipse.draw2d.AbstractHintLayout.getMinimumSize(org.ecl ipse.draw2d.IFig
ure, int, int) (Unknown Source)
at org.eclipse.draw2d.Figure.getMinimumSize(int, int) (Unknown Source)
at
org.eclipse.draw2d.StackLayout.calculateMinimumSize(org.ecli pse.draw2d.IFigu
re, int, int) (Unknown Source)
|
|
|
|
|
|
|
Re: Linux: java.lang.ClassNotFoundException: java.text.Bidi when opening a gef editor. [message #197657 is a reply to message #197630] |
Wed, 05 October 2005 01:32 |
Eclipse User |
|
|
|
Originally posted by: bbiggs.ca.ibm.com
Drew wrote:
> I am running java 1.4.2, is there something else that could be wrong?
> The jre installed is java-1.4.2-gcj-1.4.2.0. I also tried a newer 1.4.2 jre
> 1.4.2.09 from the sun site and get the same error.
gcj/gij is still very much in development, and if you use Eclipse
from Eclipse.org it will run fully interpreted. This may be a bug or
missing feature in this VM. You should report this problem at
http://bugzilla.redhat.com/
I would suggest trying to ensure you're actually using the Sun
VM. Use "eclipse -vm /usr/java/.../jre/bin/java" to specify exactly
which VM to use, and check the error message to ensure it doesn't
reference gcj:
>>>java.lang.ClassNotFoundException: java.text.Bidi
>>> at java.lang.ClassLoader.findClass(java.lang.String)
>>>(/usr/lib/libgcj.so.6.0.0)
^^^^^^
-Billy
|
|
|
Powered by
FUDForum. Page generated in 0.03140 seconds