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

7
LINES

< > BotCompany Repo | #1011698 // getClass_vmName - expects a name in VM format ($ instead of .)

JavaX fragment (include)

1  
static Class getClass_vmName(O realm, S name) ctex {
2  
  try {
3  
    ret getClass(realm).getClassLoader().loadClass(name);
4  
  } catch (ClassNotFoundException e) {
5  
    return null;
6  
  }
7  
}

Author comment

Began life as a copy of #1002776

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1011698
Snippet name: getClass_vmName - expects a name in VM format ($ instead of .)
Eternal ID of this version: #1011698/1
Text MD5: 9253b8a6f8f01c4509c8144f11188c64
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-02 07:12:40
Source code size: 186 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 349 / 393
Referenced in: [show references]