PDA

View Full Version : Any one know Java? If so i got a ?



DanBoland
June 20th, 2001, 23:24
Does anyone know how to open a text file using an applet? I have tried many things but i keep getting security errors. This is, i think, becasue the security built into java, not allowing an applet to access you local compter. but is there any way i can read a file off of the server?

lucifer
June 21st, 2001, 04:36
try

URL.getContent()

in java.net


you may have to do some work to get the results usable as it returns an object not a string