Problem with relative file path

后端 未结 6 1918
旧时难觅i
旧时难觅i 2021-01-01 22:31

So here is my program, which works ok:

import java.io.FileReader;
import java.io.BufferedReader;
import java.io.IOException;
import java.util.Scanner;
import         


        
6条回答
  •  半阙折子戏
    2021-01-01 23:18

    In Eclipse, you can also look under "Run Configurations->Than TAB "Classpath".

    By default the absolut path is listed under "User Entries" in [icon] 'your.path' (default classpath)

提交回复
热议问题