I've been beating my head against this wall for 8-10 hours, today. Please help if you can!
I have a java applet which uses an Apache FTPClient to download some information from a file, then use that information to write a file onto that same FTP server. These are all located in the same directory as the applet itself. When I run this applet in my Eclipse Applet Viewer, it works perfectly, writing the information to the FTP. When I load it from the browser, however, it hangs at that point and never writes. I've signed the only .jar file, and nothing seems to be working. Is there anything else I might be missing?