在 Eclipse 中创建新项目时,我不断收到错误消息。
我已经在这个层次上创建了一个工作空间
用户 Martin Java 计数器
Counter 内部没有文件,但有一个名为 Counter _ src 的目录,其中包含项目 Counter 的源文件
So in Eclipse I do, New Java Project, and then uncheck default location and choose the directory
Counter _ src (比 Counter 低一级)
但它现在显示
C: 用户 Martin Java Counter _ src 与 another project: 'counter_src'
现在,如果我在
C: Users Martin Java C: 用户 Martin Java
which means my counter_src is actually 2 levels down then it allows me, but the problem is that the directory Java contains lots of projects so I wanted to create the workspace in Counter (which has no files) which has subdirectory of counter_src where my source files are.
Also tested creating directory in C:\Users\Martin\Java\ and it appears to work also but I didn't want to create another subdirectory in "C:\Users\Martin\Java\" just to store my workspace for 1 project.