简体   繁体   English

在 Eclipse 中的 Java 开发上下文中,术语“无头”是什么意思?

[英]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?在 Eclipse 中的 Java 开发上下文中,术语“无头”是什么意思?

Headless means non-gui. Headless意味着非图形用户界面。 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 "") (工作空间参数必须不带“”)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM