http://resources.mpi-inf.mpg.de/yago-naga/javatools/

 

1. Download the javatools.zip from above site

   위의 사이트에서 javatools.zip 파일을 다운로드한다.

2. Decompress the .zip file

   .zip 파일 압축을 푼다.

3. Make file named "javatools" in the javatools file you just decompressed

   (I guess source of this library is set wrong path in the source code, so this step is neccessary to move source to the path that  is set)

   압축을 푼 javatools 파일 안에 "javatools" 이름으로 디렉토리를 하나 만든다.

   (소스코드의 파일 경로 설정이 잘못되어 있는 것 같다. 그러므로 설정 되어 있는 path로 소스코드들을 옮겨주는 이 단계는 아주 중요한 단계)

4. Move files which are in the bin directory to the "javatools"directoriy you just made

   bin 디렉토리에 있는 파일들을 모두 만들어준 "javatools" 디렉토리로 옮긴다.

5. Add javatools.zip as a library in the eclipse

   javatools.zip 을 이클립스에서 라이브러리로 추가한다

6. Use TSVWriter Class and write data you want

  이제 TSVWriter Class를 이용하여 TSV파일을 만들어주면 된다

Documentation

http://resources.mpi-inf.mpg.de/yago-naga/javatools/doc/javatools/filehandlers/package-summary.html

 

Example

+ Recent posts