Methods to call a native function Method 1. Use Runtime class Runtime class contains the exec method that allows the application to run an operating system command. An example of how to use this method: String command = “echo \”Hello World!\”"; Runtime.getRuntime().exec(command); Method 2. Use JNI Java Native Inteface (JNI) is […]
Tag Archives | native
First steps on Microsoft Teams
Why using Microsoft Teams? Functionalities: Free video and/or audio calls Screen and control sharing People not in team can join calls Integration with Skype Share files using Microsoft SharePoint Plan tasks and goals using Microsoft Planner Access Microsoft Teams Instructions to access Microsoft Teams for installed applications or web browsers. Desktop PC Native applications Windows […]