简体   繁体   English

Eclipse插件必须用Java编写吗?

[英]Does Eclipse plugin have to be written in Java?

I read some tutorials about making Eclipse plugins, but every text was just about Java coding. 我阅读了一些有关制作Eclipse插件的教程,但每个文本都是关于Java编码的。 Does it really have to be Java or there is some way to write a plugin in some other JVM language such as Scala or Clojure? 确实需要Java还是有某种方法可以使用其他JVM语言(例如Scala或Clojure)编写插件?

You can use all languages that are based on JVM. 您可以使用所有基于JVM的语言。 You need to simply add a dependency jar (eg Scala dependency). 您只需要添加一个依赖罐(例如Scala依赖)。

Tested live, so it must work! 经过现场测试,因此必须正常工作!

当前版本的Scala IDE用Scala编写

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

相关问题 eclipse是否具有免费的Java重构插件,可以提取包含字段和方法的类? - Does eclipse have a free Java refactoring plugin that can extract a class including both fields and methods? Java插件未附加到Eclipse中的调试会话 - Java plugin does not attach to debug session in Eclipse 在eclipse环境下用java编写的代码 - code written in java on eclipse environment 自写的eclipse插件适用于Luna,但不适用于Juno - Self written eclipse plugin works for Luna, but not for Juno Eclipse插件,用于查找未实现给定接口的Java类 - Eclipse plugin for finding java classes that DOES NOT implement a given interface Eclipse插件开发:如何访问在eclipse编辑器中编写的代码 - Eclipse Plugin Development: How to access code written in the eclipse editor 为什么我的Eclipse插件显示在Eclipse RCP版本中,而不显示在Java和Java EE等其他版本中? - Why does my Eclipse plugin show up in Eclipse RCP version, but not in other versions like Java and Java EE? Eclipse是否有java序列化文件的编辑器/查看器? - Does Eclipse have an editor/viewer for java serialized files? Visual Studio for C#是否具有这些Eclipse for Java功能? - Does Visual Studio for C# have these Eclipse for Java features? 如何在OSX上运行用Java 8编写的IntelliJ插件? - How to run IntelliJ plugin written in Java 8 on OSX?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM