Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can't load Stylesheet while runing application on Web Start

870514Jul 27 2011 — edited Jul 27 2011
I've got an error "WARNING: com.sun.javafx.css.StyleManager$2 run Resource "null" not found" while runing application on Web Start.
It works fine while running on local execution. I've already signed jar files. So, It shoud not have any problem with java security.

I kept css in the jar fie. The code below is used for loading css file.
String stylesheetName = "/theme/default.css";
scene.getStylesheets().add(stylesheetName);
There was a guy who had the same problem with me but there was still no solution for this problem yet. 9679940

Does anyone know how to fix it?

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 24 2011
Added on Jul 27 2011
2 comments
1,044 views