27

What is the meaning of the term 'headless' in the context of Java development in Eclipse?

Shailesh Tainwala
  • 6,299
  • 12
  • 58
  • 69

2 Answers2

33

Headless means non-gui. Here is a good article.

Petar Minchev
  • 46,889
  • 11
  • 103
  • 119
0

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 "")