Re: Before I step in early.
A Java Applet (which resides on a server, and runs on a web page in a browser in the client computer) can't access the local filesystem unless signed/trusted.
A Java application which resides on the same computer on which it is run, has no such limitations.
Quote:
Would an application built in Java be able to theoretically delete the contents of a folder placed anywhere on a computer by simply being pointed to such file, and also on a timed basis?
Yes.
db
Re: Before I step in early.
Okay, so creating a Java application, the application would be able to do what I want.. but after building this application I could just distribute the program via a download and have the application work as intended?
(Sorry if this sounds stupid, I realize the question is probably a common "duh", just making sure :D)
Re: Before I step in early.
Yes, yes you could. However be mindful of the obvious. Assuming the data you wish to delete is contained in the same directory path can cause issues with different operating systems, even between different versions of Windows.
Re: Before I step in early.
Quote:
Originally Posted by
DarrylBurke
A Java Applet (which resides on a server, and runs on a web page in a browser in the client computer) can't access the local filesystem unless signed/trusted.
A Java application which resides on the same computer on which it is run, has no such limitations.
<pedant>Well, a Web Start application is a desktop app that has the same restrictions as an Applet.</pedant>
:)
Re: Before I step in early.
Quote:
Originally Posted by
Tolls
<pedant>Well, a Web Start application is a desktop app that has the same restrictions as an Applet.</pedant>
:)
I did say
Quote:
which resides on the same computer on which it is run
db
Re: Before I step in early.
Mkay, thanks for the help everyone, looks like I'm gonna stick to Java after-all :D
Probably gonna keep using this forum for help along the way as well ^___^
Re: Before I step in early.
Quote:
Originally Posted by
DarrylBurke
I did say
db
<double-pedant>It does reside on the client...in the web start cache...</pedant>
Sorry.
It's Monday.
:)