I have four Java projects in my Eclipse's workplace, and each one of them producing information that is needed to my another project.
I don't need to run each java project by click on each project and click run as java application.
I need a way that I call only one command or click on run only one time and all project are running.
I have four Java projects having name JavaSED1, JavaSED2, JavaSED3 and JavaSED4. They all are related in a way that JavaSED2 depends on JavaSED1 and JavaSED3 depends on JavaSED2, and so on.

public static void mainmethod?