인프런 커뮤니티 질문&답변

mins199600님의 프로필 이미지
mins199600

작성한 질문수

스프링 부트 웹 개발 입문 - 따라하며 배우기

Transactional 에서 Exception (Checked vs Unchecked)

File imprt 어떤거 해야하죠?

작성

·

23

0

  File file = new File("not existing file.txt"); FileInputStream = new FileInputStream(file);
이 코드를 복붙을 했는데

FileInputStream = new FileInputStream(file);
이부분에서 FileInputStream 부분이 빨간줄이 뜹니다

 

import java.io.File;
import java.io.FileInputStream;

임포트는 이걸 했구요
Creates a FileInputStream by opening a connection to an actual file, the file named by the File object file in the file system. A new FileDescriptor object is created to represent this file connection.

First, if there is a security manager, its checkRead method is called with the path represented by the file argument as its argument.

If the named file does not exist, is a directory rather than a regular file, or for some other reason cannot be opened for reading then a FileNotFoundException is thrown.
이런 오류가 있는데 어떻게 해결해요?

답변 1

0

IT늦공 김부장님의 프로필 이미지
IT늦공 김부장
지식공유자

안녕하세요.
전체 소스를 봐야지 어떤 문제가 있는지 확인이 가능할것 같습니다.
프로젝트를 압축해서 메일로 보내주시면 확인하도록 하겠습니다.
good.dhkim@gmail.com 입니다.

mins199600님의 프로필 이미지
mins199600

작성한 질문수

질문하기