What is the meaning of the term 'headless' in the context of Java development in Eclipse?
What is开发者_开发问答 the meaning of the term 'headless' in the context of Java development in Eclipse?
Headless
means non-gui. Here is a good article.
Try:
java -jar /Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar -noSplash -data "workspace" -application org.eclipse.jdt.apt.core.aptBuild
It works for me
(The workspace parameter must be without "")
精彩评论