Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

TRACER TUTORIAL: TEXT REUSE DETECTION

HELLO WORLD!

Marco Buchler, Emily Franzini and Greta Franzini


INSTALLATION GUIDE

1. Download Hello World! from


http://etrap.gcdh.de/hackathon/hworld/
2. In the terminal or command line go to your Downloads folder by
typing cd (change directory). Example: cd Downloads.
3. Start Hello World! with the command:
java -jar HelloWorld.jar
If you get the following message, please type "java -version" and
raise your hand:
Exception in thread "main" java.lang.UnsupportedClassVersionError:
de/gcdh/HelloWorld : Unsupported major.minor version 52.0 at
java.lang.ClassLoader.defineClass1(Native Method) at
java.lang.ClassLoader.defineClass(ClassLoader.java:800) . . .

4. Otherwise, continue with the instructions given in the terminal.

2/100
ENCODING GUIDE

1. Most UTF-8 editors display the file encoding.


2. If youre unsure about the encoding of your data or cannot display it
correctly in a text editor, if the file is not too big try opening it in your
standard text processing program (e.g. Microsoft Word or Open
Office) to find information regarding the encoding.
3. Windows machines: install Cygwin from
https://cygwin.com/install.html
COPY your .txt files to your Cygwin user directory and:
$ file *.txt
Depending on the output, list all possible encodings:
$ iconv -l
And re-encode (e.g. Windows Hebrew to UTF-8):
$ iconv -f CP1255 -t UTF-8 in.txt > out.txt

3/100
FINITO!

4/100
CONTACT

Team
Marco Buchler, Greta Franzini and Emily Franzini.

Visit us
http://www.etrap.eu
contact@etrap.eu

5/100
LICENCE

The theme this presentation is based on is licensed under a Creative


Commons Attribution-ShareAlike 4.0 International License. Changes to
the theme are the work of eTRAP.

cba

6/100

You might also like