[Bug 271] JavaFX sample no longer runs with javaws, runs fine with java

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Feb 16 14:15:43 PST 2009


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=271





------- Comment #6 from naveed at cs.columbia.edu  2009-02-16 22:15 -------
(In reply to comment #5)
> But I am not sure that is the full solution for this bug report. Please do
> report any additional issues seen after this patch.



SwirlingSquares is behaving much better with the latest IcedTea and JavaFX 1.1
in that it works with both javaws and java now. However, other examples are
still broken under javaws. One example is BrickBreaker: it is not functioning
correctly when launched from IcedTea Web Start probably because of the various
denied permissions.


$ java -version
java version "1.6.0_0"
IcedTea6 1.4 (fedora-9.b14.fc10-x86_64) Runtime Environment (build 1.6.0_0-b14)
OpenJDK 64-Bit Server VM (build 14.0-b08, mixed mode)


$ javaws -verbose
http://javafx.com/samples/BrickBreaker/webstart/BrickBreaker.jnlp
.
.
.
Requesting permission: (java.lang.RuntimePermission getClassLoader)
Denying permission: (java.lang.RuntimePermission getClassLoader)
Image background.png not found
Image bat/left.png not found
Image bat/center.png not found
Image bat/right.png not found
.
.
.
Requesting permission: (java.util.PropertyPermission
com.sun.scenario.animation.nogaps read)
Denying permission: (java.util.PropertyPermission
com.sun.scenario.animation.nogaps read)
Requesting permission: (java.util.PropertyPermission
com.sun.scenario.animation.fullspeed read)
Denying permission: (java.util.PropertyPermission
com.sun.scenario.animation.fullspeed read)
Requesting permission: (java.util.PropertyPermission
com.sun.scenario.animation.adaptivepulse read)
Denying permission: (java.util.PropertyPermission
com.sun.scenario.animation.adaptivepulse read)
Requesting permission: (java.util.PropertyPermission
com.sun.scenario.animation.pulse read)
Denying permission: (java.util.PropertyPermission
com.sun.scenario.animation.pulse read)
Requesting permission: (java.util.PropertyPermission
com.sun.scenario.animation.hires read)
Denying permission: (java.util.PropertyPermission
com.sun.scenario.animation.hires read)
Requesting permission: (java.util.PropertyPermission
com.sun.scenario.scenegraph.skippaint read)
Denying permission: (java.util.PropertyPermission
com.sun.scenario.scenegraph.skippaint read)
Requesting permission: (java.util.PropertyPermission
com.sun.scenario.scenegraph.debugbounds read)
Denying permission: (java.util.PropertyPermission
com.sun.scenario.scenegraph.debugbounds read)
.
.
.
[brings up window with no graphics, has text and responds to input alright]


$ java -cp
/tmp/cache/http/dl.javafx.com/javafx-rt__V1.1.0.jar:/tmp/cache/http/javafx.com/samples/BrickBreaker/webstart/BrickBreaker.jar
brickbreaker.Main
[game comes up, looks and plays fine]


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list