سؤال

I read some tutorials about making Eclipse plugins, but every text was just about Java coding. 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?

هل كانت مفيدة؟

المحلول

You can use all languages that are based on JVM. You need to simply add a dependency jar (e.g. Scala dependency).

Tested live, so it must work!

نصائح أخرى

Current version of Scala IDE is written in Scala

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top