I'm still trying to read a file to appear in the world, but still having a difficult time in doing so. I stored the file in FileDen to read it from and that didn't work. I tried to read it from my labtop, and that didn't work either. I used the line InputStream input = getClass().getClassLoader().getResourceAsStream("filename.txt"); in both scenarios( with the import.java.io; statement in the beginning line). Is there anything else I should do?
Recent Comments
2012/6/7
filereader