博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
2019.5.5
阅读量:4168 次
发布时间:2019-05-26

本文共 409 字,大约阅读时间需要 1 分钟。

2019.5.5

public void runClass(String name, String  key){
try{
var loader = new CryptoClassLoader(Integer.parseInt(key)); Class
c = loader.loadClass(name); Method m = c.getMethod("main", String[].class); m.invoke(null, (Object) new String[] {
}); }catch (Throwable t){
JOptionPane.showMessageDialog(this, t); } }

在这里插入图片描述

转载地址:http://nvzai.baihongyu.com/

你可能感兴趣的文章
cat | wc -l 少一行的问题
查看>>
socket 科普文章
查看>>
Mutex, semaphore, spinlock的深度解析
查看>>
pthread线程使用小结
查看>>
A Game of Thrones(59)
查看>>
2018.3.19
查看>>
A Game of Thrones(97)
查看>>
A Game of Thrones(98)
查看>>
2018.3.20
查看>>
2018.3.21
查看>>
2018.3.22
查看>>
2018.3.23
查看>>
A Game of Thrones(102)
查看>>
2018.4.29
查看>>
2018.4.30
查看>>
2018.4.31
查看>>
2018.4.32
查看>>
2018.4.33
查看>>
《python基础教程》答案(第一章)
查看>>
2018.4.34
查看>>