Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Linux: java.lang.ClassNotFoundException: java.text.Bidi when opening a gef editor.
Linux: java.lang.ClassNotFoundException: java.text.Bidi when opening a gef editor. [message #197560] Tue, 04 October 2005 13:45 Go to next message
drew frantz is currently offline drew frantzFriend
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 #197602 is a reply to message #197560] Tue, 04 October 2005 14:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

This class was added to the 1.4 version of Java, which is required by
Eclipse.

"Drew" <drew@acm.org> wrote in message news:dhu11u$6pr$1@news.eclipse.org...
>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)
Re: Linux: java.lang.ClassNotFoundException: java.text.Bidi when opening a gef editor. [message #197630 is a reply to message #197602] Tue, 04 October 2005 17:11 Go to previous messageGo to next message
drew frantz is currently offline drew frantzFriend
Messages: 340
Registered: July 2009
Senior Member
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.

What else can I try to find this problem?



"Randy Hudson" <none@us.ibm.com> wrote in message
news:dhu1va$8ge$1@news.eclipse.org...
> This class was added to the 1.4 version of Java, which is required by
> Eclipse.
>
> "Drew" <drew@acm.org> wrote in message
news:dhu11u$6pr$1@news.eclipse.org...
> >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)
>
>
Re: Linux: java.lang.ClassNotFoundException: java.text.Bidi when opening a gef editor. [message #197638 is a reply to message #197560] Tue, 04 October 2005 17:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

Are you on the Mac?
Re: Linux: java.lang.ClassNotFoundException: java.text.Bidi when opening a gef editor. [message #197649 is a reply to message #197638] Tue, 04 October 2005 18:08 Go to previous messageGo to next message
drew frantz is currently offline drew frantzFriend
Messages: 340
Registered: July 2009
Senior Member
no fedora
"Randy Hudson" <none@us.ibm.com> wrote in message
news:dhuf23$tn5$1@news.eclipse.org...
> Are you on the Mac?
>
>
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:getPreferredSize() not returning proper size until after invalidating layout
Next Topic:What editpolicy shall I use to get double click message? & what's wrong with my code?
Goto Forum:
  


Current Time: Thu Sep 19 20:36:11 GMT 2024

Powered by FUDForum. Page generated in 0.04231 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top