正在阅读:打造个性化Java启动器打造个性化Java启动器

2004-04-05 10:08 出处:中国计算机报 作者:俞伟明 责任编辑:sdq

// 确定各种文件所在的路径

// -应用的主目录

char home[2000];

if (!GetApplicationHome(home, sizeof(home))) {

vShowError("不能确定应用的主目录。");

return 0;

}

string sAppHome(home);

string sOption_AppHome = "-Dapplication.home=" + sAppHome;

string sJREPath = sAppHome + "\jre";

// -VM路径

string sRuntimePath = sJREPath + "\bin\classic\";

string sJVMpath = sRuntimePath + "jvm.dll";

// -启动路径

string sBootPath = sJREPath + "\lib";

string sOption_BootPath = "-Dsun.boot.class.path=" + sBootPath;

// -CLASSPATH

string sClassPath = sAppHome + "\classes";

string sOption_ClassPath = "-Djava.class.path=" + sClassPath;

察看评论详细内容 我要发表评论
作者笔名简短内容 发表时间
:

键盘也能翻页,试试“← →”键

关注我们

最新资讯离线随时看 聊天吐槽赢奖品