Multiple nature for one project in eclipse

Is it possible to add multiple objects to one project in eclipse?

for example: I want to add the nature of Python and Ruby to a Java project.

target. I have solutions to projecteuler.net problems in Java, Ruby, Scala, Clojure and Python. But the solutions are in different projects. I need them in one project.

+5
source share
1 answer

There is no way to create such multilingual projects in the GUI.

, , ​​ . , , . , .project ( - -).

, - , Java-. .classpath , .

, , , ; , , .

+6

All Articles