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

702619
这个需要在portal administration中设置,好像是最右边的菜单下
702619
sorry!我没有这方面的材料。你提的这个很简单,在我说的那个地方通过下拉框,把你自己设置的ldap加进来即可,默认只有bea自带的那个ldap
702619
就是这个地方,不可以?!
我用的是RDBMS模式,没有问题的;我觉得别的模式都应该是同样的原理。
另外你看看建立TDSAuthentication时,设置的控制标志是什么
702619
终于搞定了,都是眼泪啊。。。。55555555
702619
重新配置provider的顺序,把你的ldap放到最上面。
702619
恭喜!能否将出错原因和最终解决方法写出来。
以方便后来者,谢谢
702619
配置基本是参考http://dev2dev.bea.com.cn/bbs/thread.jspa?forumID=101&threadID=26607&tstart=0 这个帖子里面的配置方法,配好以后,我调整了其他的东西没有重启portal server,每次做一个修改都需要重启才可以生效
702619
很简单,你这种情况,将原来缺省的授权的控制选项改为OPTIONAL , 就OK了!
1 - 8
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
171 views