Hmm. I see this from the very first build of 7u21 (only available
internally) whereas
the latest build of 7u17 is fine.
I did find one CSS fix from David that looks like it was in that build
and relates to the way CSS is doing class lookups. So I think that
is the most likely culprit.
-phil.
On 5/30/2013 9:27 PM, Daniel Zwolenski wrote:
No stack trace, just this:
C:\temp>c:\apps\java\jdk1.7.0_21-32bit\bin\java.exe -jar defender-jfx.jar
Cannot add stylesheet. 512
If there's an easy way to turn on more debugging info let me know.
On Fri, May 31, 2013 at 2:07 PM, Richard Bair <richard.b...@oracle.com>wrote:
Possibly, what is the stack trace?
On May 30, 2013, at 8:24 PM, Daniel Zwolenski <zon...@gmail.com> wrote:
While trying to narrow down the rendering/performance/whatever issues
with
the game, I just opened up the JAR that I'd previously built for it:
https://bytebucket.org/rbair/fx-games/wiki/release/defender-jfx.jar
If I run this with java version "1.7.0_13" it works fine.
If I run this with java version "1.7.0_21" none of the styles get loaded.
Massive backwards compatibility fail between minor build versions?