我尝试使用面向ubuntu16.04虚拟机的Visual C++ for Linux Development plugin。与VM的连接以及将本地文件传输到远程文件夹/home/user/projects/projectx成功。但是,当我尝试将usr/include或usr/local/include文件夹添加到其他include目录时,相关的头文件无法解析。我尝试使用路径$(RemoteRootDir)/.
我是java的新手,我正在尝试查找LINUX路径中指定的文件是否存在。System.out.println("File does not exists in the path: " + dir); }
如果我给出一个从我的根开始的绝对路径,那么dir.exists运行良好,如下所示
/Users/yv/Documents/Eclipse-workspace