Reading files with Intellij idea IDE

后端 未结 7 764
野的像风
野的像风 2020-12-14 00:51

I am a long time eclipse user and I have started to play around with IntelliJ IDEA.

So from my understanding, a project in IntelliJ is the same as the Eclipse worksp

7条回答
  •  臣服心动
    2020-12-14 01:47

    Just move the file directly to the project folder which calls Java (and something under the blue-blurred stripe you made :P).

    If that doesn't help, then move the test123.txt file to FirstJavaProgram directory.

    You can also change filename to one of these:

    1. src/test123.txt

    2. FirstJavaProgram/src/test123.txt

    I am not sure which one will be fine in your case.

提交回复
热议问题