首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网络技术 > 网络基础 >

eclipse Main步骤

2012-10-25 
eclipse Main方法eclipse ?运行的第一行代码?是在org.eclipse.equinox.launcher 插件中。package org.eclip

eclipse Main方法

eclipse ?运行的第一行代码?

是在org.eclipse.equinox.launcher 插件中。

package org.eclipse.core.launcher;

?

public class Main {

public static void main(String[] args) {

org.eclipse.equinox.launcher.Main.main(args);

}

?

}

?

这是我们最熟悉的。哈哈。

?

?

org\eclipse\equinox\launcher ?包下

还有三个类

JNIBridge.java ??Main.java ? ?WebStartMain.java

?


热点排行