Java equivalent of .Net Solution file type

I am new to Java and am starting to organize my first project, which will be a conversion from a .NET solution with several attached projects (one GUI project and several helper projects).

I use Eclipse and I see the project files, but I wonder if there is a way to organize them into a "solution"? Something that ties all projects together. There is a solution file in .Net, and you can use it to open and download all the projects and their files associated with the application.

I see the batch and source folder, but they seem to be project specific (single project). I created a working set, but it looks like projects are combined in eclipse views.

This may not be necessary in Java, but I want me to install this app correctly.

+3
source share
1 answer

java "", , eclipse - , (: maven Ivy) , , / , - , , .

!

+1

Source: https://habr.com/ru/post/1769627/


All Articles