Status: New
Owner: ----

New issue 77 by Lkozma: Piccolo doesn't seem to work with gcj java compiler
http://code.google.com/p/piccolo2d/issues/detail?id=77

What steps will reproduce the problem?
1. Start Eclipse, start a new project, copy/paste the hello world example
from the piccolo tutorial.
2. Go to project properties / Java build path / libraries.
3. You'll probably have JRE System Library [java-1...-sun...]
4. Click it and edit to change to the java-1...-gcj library (if it is
installed)
5. Run the application

What is the expected output? What do you see instead?

expected: Appearance of the window with text "hello world"
instead: Appearance of empty window. Error messages on console:

Exception during event dispatch:
java.lang.IllegalArgumentException: Start position must be < limit.
   at java.awt.font.TextMeasurer.getLayout(libgcj.so.81)
   at java.awt.font.LineBreakMeasurer.nextLayout(libgcj.so.81)
   at edu.umd.cs.piccolo.nodes.PText.computeNextLayout(Unknown Source)
   at edu.umd.cs.piccolo.nodes.PText.recomputeLayout(Unknown Source)
   at edu.umd.cs.piccolo.nodes.PText.setText(Unknown Source)
   at edu.umd.cs.piccolo.nodes.PText.<init>(Unknown Source)


What version of the product are you using? On what operating system?

piccolo 1.2.1, ubuntu 7.x

Please provide any additional information below.

not much else to say...

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to