문제

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