hi there 
i have installed java 1.4.2 and i cant figure out how to read from a text file that ill be using for a map in some rpg game…tried a lot of examples that i found on the net but they where all deprecated or something. i have programming experience in basic, pascal and c languages but im so new to java :-[ !
i already tried some tutorials but the io part seems complicated.
i want to read the text from a file into an array(in a simple way)
for example i would have numbers in the text file
1 3 2
2 1 1
1 3 4
would be and array of 9, each one represents a tile in the game
please help ???