eclipse Main步骤

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

?