在 Eclipse 中的 Java 开发上下文中,术语“无头”的含义是什么?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5563303/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 16:07:00 来源:igfitidea点击:
What is the meaning of the term 'headless' in the context of Java development in Eclipse?
提问by Shailesh Tainwala
What is the meaning of the term 'headless' in the context of Java development in Eclipse?
在 Eclipse 中的 Java 开发上下文中,术语“无头”的含义是什么?
回答by Manu Serrano
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 "")
(workspace 参数必须没有“”)