?
2010-05-05 00:56:09 UTC
i did try it, i just made a word doc, and put the doc name with extension in my program.
so that line of code reads fileIn = new BufferedReader(new FileReader("doc1.docx"));
and then i did the whole input line bit uno fileIn.readLine() and i didnt use a loop, i only wanted it to read the first line to test. but when i ran the program i got this a bunch of garbage ("PK! ) and actually there was more than that, with this in the middle "[Content_Types].xml"
so in other words it didnt work. so, is there a way to make my file read text from a ".docx" file????