I'm building this desktop application in java that reads input from Standard.in
(or more specifically FileInputStream
), I want to (or I am planning to) make it into a JApplet.
I'm not an expert when it comes to web-programming, so the question is, is it possible for a java applet to access local files? And better yet, can it execute system calls (i.e., Runtime.getRuntime().exec(...)
) ?