When I create a java project, there are only two folders lib and src, and not files such as .classpath or .project, I know that is integrated into the terminal of vscode enter image description here
But I want to output the class file to the bin folder of the current folder instead of the path in the picture, I hope to make my project run in eclipse, can anyone tell me what should i do?