Re: WebViews and the Java Plugin

2016-02-06 Thread Jens Alfke
___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.co

Re: WebViews and the Java Plugin

2016-02-05 Thread Sandor Szatmari
Jens, Thanks for the perspective here. On Feb 5, 2016, at 7:32 PM, Jens Alfke wrote: > >> On Feb 5, 2016, at 5:02 AM, Sandor Szatmari >> wrote: >> >> Has anyone had any success running Java applets in a WebView? > > FYI, Java applets are being deprecated and developers are urged to stop

Re: WebViews and the Java Plugin

2016-02-05 Thread Jens Alfke
> On Feb 5, 2016, at 5:02 AM, Sandor Szatmari > wrote: > > Has anyone had any success running Java applets in a WebView? FYI, Java applets are being deprecated and developers are urged to stop using them: "With modern browser vendors working to restrict and reduce plugin support in their

Re: WebViews and the Java Plugin

2016-02-05 Thread Sandor Szatmari
Thanks for the link Tamas. I'll check it out and let you know if I have success. Sandor Szatmari > On Feb 5, 2016, at 08:08, Tamas Nagy wrote: > > Hi Sandor, > > you might need to enable the Java plugin on 10.10: > https://developer.apple.com/library/mac/documentation/Cocoa/Reference/WebKit

Re: WebViews and the Java Plugin

2016-02-05 Thread Tamas Nagy
Hi Sandor, you might need to enable the Java plugin on 10.10: https://developer.apple.com/library/mac/documentation/Cocoa/Reference/WebKit/Classes/WebPreferences_Class/index.html#//apple_ref/occ/instp/WebPreferences/javaEnabled

WebViews and the Java Plugin

2016-02-05 Thread Sandor Szatmari
Has anyone had any success running Java applets in a WebView? We have an in house app that has successfully loaded and run Java applets up until SDK 10.6, but after that (tested up to 10.10) Java applets simply do not load. I have created bare bones test apps with regular WebViews and WKWebVi