Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1032895 // loadNativeLibraryVerbose - load native library from a snippet

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (6133L/36K).

svoid loadNativeLibraryVerbose(S snippetID) {
  print("Loading native library: " + snippetID);
  loadNative(snippetID);
  print("Loaded native library: " + snippetID);
}

Author comment

Began life as a copy of #1006671

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032895
Snippet name: loadNativeLibraryVerbose - load native library from a snippet
Eternal ID of this version: #1032895/1
Text MD5: 416882e89f78b2e2bb9ede529d0533be
Transpilation MD5: e49a64d606881dbb7268b0d19770e944
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-10 15:05:17
Source code size: 173 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 72 / 122
Referenced in: [show references]