This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 请问各位JAVA高手,如何在一个Java程序内击活一个.exe File? Thanks请问各位JAVA高手,如何在一个Java程序内击活一个.exe File? Thanks
-goodsolution(goodsolution);
2002-1-16
{63}
(#336347@0)
-
Come inString[] args=new String[1];
args[0] = "your exe file name here";
Runtime rt = Runtime.getRuntime();
Process process = rt.exec(args);
-bloor(不老);
2002-1-16
{138}
(#336382@0)
-
hoho, same time!
-macsym(日进斗斤);
2002-1-16
(#336387@0)
-
did you get license key for jbuilder 6?
-tweety(RedMenace);
2002-1-16
(#336397@0)
-
yes, I got it. do you need it? (that's a crack jar file, if you need I'll post when I got home.)
-macsym(日进斗斤);
2002-1-16
(#336404@0)
-
That's great! Thanks! Post it or email to me.
-tweety(RedMenace);
2002-1-16
(#336411@0)
-
ok.
-macsym(日进斗斤);
2002-1-16
(#336422@0)
-
java.lang.Runtime.exec()
-macsym(日进斗斤);
2002-1-16
(#336383@0)
-
Thank you very muchThank you very much
-goodsolution(goodsolution);
2002-1-16
{19}
(#336402@0)
-
java.lang.Runtime.exec() variants.
-itmad4u(没劲);
2002-1-16
(#336395@0)
-
HOHO, 俺可不是不是高手...
-itmad4u(没劲);
2002-1-16
(#336398@0)