Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
comunico
Partner - Contributor III
Partner - Contributor III

Running a Java applet from within an Extension Object

Hi,

I tried to run a Java applet from within an Extension Object but it looks like, although Java is enabled, Java applets are not.

Is it possible to enable Java applets?

Thanks

1 Reply
Not applicable

Right now, in QV10 an extension that is running a .jar file will not work in QlikView Desktop, but WILL work when you put the same extension on a QVS and access the file via the AJAX client.

I'm not 100% sure, but my guess is that this is due to limitations in the embedded browser control that QlikView Desktop uses to render webview.

So if you want a .jar based extesnion for client server, all you should need to to do is build and test the extension against the QVS instead of  QV Desktop and it should work.