In a Java project, there are two java files with the main method. The absolute paths for these two java files are:
C:\Desktop\project1\src\com\pre\moveposition1.java
AND
C:\Desktop\project1\src\com\pre\moveposition2.java
When I try to configure the "Main class" parameter in the "Run configuration", what should I configure?

java eclipse
user288609
source share