除了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, 命令应该怎么写,求大神知道一下
他命令运行 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