iterate-ch / rococoa

Rococoa allows you to call Objective-C code through Java classes and interfaces that you define.
GNU Lesser General Public License v3.0
72 stars 18 forks source link

How to use with NetworkExtension framework #22

Open waqqasjabbar opened 3 years ago

waqqasjabbar commented 3 years ago

Hi I want to call functions in the NetworkExtension Framework. Any ideas on how to do that would be helpful. Specifically, I want to call loadAllFromPreferencesWithCompletionHandler within NETunnelProviderManager

I am giving it a try (code here) but getting a VM crash. Any help would be appreciated.

Regards Waqqas