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!

Unable to launch as webstart app., where is default size of webpage set?

anilp1Jan 10 2013 — edited Jan 11 2013
JavaFX2.2, Windows XP, Internet Explorer, Chrome, NetBeans 7.1

1) Clicking on the html file in my dist folder opens the UI in the browser, but some widgets are cut off. Viewing the html source, I see window size is set to 800x600.
function javafxEmbed() {
dtjava.embed(
{
url : 'MyProject.jnlp',
placeholder : 'javafx-app-placeholder',
width : 800,
height : 600,

Where do I set this size since the html file is overwritten each time it builds?

2) Clicking on the link 'launch as webstart' brings up a popup 'JavaFX application could not launch due to system configuration'
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 8 2013
Added on Jan 10 2013
1 comment
175 views