Hey米 2016-07-26 02:41 采纳率: 0%
浏览 1119

使用其他命令运行 eclipse appliction

除了eclipse -application applicationId 这个命令运行外,有没有其他命令
比如我知道这个plugin的jar包,有没有办法通过java -jar的方式运行这个application
比如这个命令eclipse -nosplash -application org.eclipse.help.base.indexT
ool -vmargs -DindexOutput=d:/build/com.my.plugin -DindexLocale=en
我要运行org.eclipse.help.base.indexTool这个application, 命令应该怎么写,求大神知道一下

  • 写回答

1条回答 默认 最新

  • 关注

    他命令运行 eclipse appliction
    除了eclipse -application applicationId 这个命令运行外,有没有其他命令
    比如我知道这个plugin的jar包,有没有办法通过java -jar的方式运行这个application
    比如这个命令eclipse -nosplash -application org.eclipse.help.base.indexT
    ool -vmargs -DindexOutput=d:/build/com.my.plugin -DindexLocale=en
    我要运行org.eclipse.help.base.indexTool这个applicati

    评论

报告相同问题?