Hi ,
I am trying to open PDF in Jwebbrowser and nothing is happening on click of link.I take that URL and try that in IE broser then i have found that pop-ups are blocked,so that may be the reason there too.After allowing pop-ups ,i am able to open PDF in Jwebbrowser tab.But my concern is how to enable pop-ups in swing application ?
When i am running my application from command propt using swing explorer it is working fine .why ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Honestly, I have no idea. All I can say is that the runtime that is embedded is not the full application and it is managed by SWT. Plugins in IE generally work, but there are differences between the 32-bit and 64-bit implementation (try with a different JVM and corresponding SWT version). Popup blocking is an element I don't know.
Hope this helps,
-Christopher
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi ,
I am trying to open PDF in Jwebbrowser and nothing is happening on click of link.I take that URL and try that in IE broser then i have found that pop-ups are blocked,so that may be the reason there too.After allowing pop-ups ,i am able to open PDF in Jwebbrowser tab.But my concern is how to enable pop-ups in swing application ?
When i am running my application from command propt using swing explorer it is working fine .why ?
Hi,
Honestly, I have no idea. All I can say is that the runtime that is embedded is not the full application and it is managed by SWT. Plugins in IE generally work, but there are differences between the 32-bit and 64-bit implementation (try with a different JVM and corresponding SWT version). Popup blocking is an element I don't know.
Hope this helps,
-Christopher